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