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