@wildboar/rose
Version:
Remote Operation Service Element PDUs in TypeScript
17 lines • 408 B
text/typescript
import { type OPERATION } from '../Remote-Operations-Information-Objects/OPERATION.oca.mjs';
/**
* @summary ProbeAndAcknowledge
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* ProbeAndAcknowledge OPERATION ::= {probe | acknowledge}
* ```
*
* @constant
* @type {OPERATION[]}
*
*/
export declare const ProbeAndAcknowledge: OPERATION[];
//# sourceMappingURL=ProbeAndAcknowledge.osa.d.mts.map