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