UNPKG

@wildboar/rose

Version:
21 lines 442 B
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