@wildboar/rose
Version:
Remote Operation Service Element PDUs in TypeScript
21 lines • 442 B
text/typescript
import { type OPERATION } from '../Remote-Operations-Information-Objects/OPERATION.oca.mjs';
/**
* @summary no_op
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* no-op OPERATION ::= {
* IDEMPOTENT TRUE
* ALWAYS RESPONDS FALSE
* CODE local:-1
* }
* ```
*
* @constant
* @type {OPERATION}
* @implements {OPERATION}
*/
export declare const no_op: OPERATION;
//# sourceMappingURL=no-op.oa.d.mts.map