@wildboar/rose
Version:
Remote Operation Service Element PDUs in TypeScript
18 lines • 350 B
text/typescript
import { type ERROR } from '../Remote-Operations-Information-Objects/ERROR.oca.mjs';
/**
* @summary refuse
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* refuse ERROR ::= {CODE local:-1
* }
* ```
*
* @constant
* @type {ERROR}
* @implements {ERROR}
*/
export declare const refuse: ERROR;
//# sourceMappingURL=refuse.oa.d.mts.map