@wildboar/acse
Version:
Association Control Service Element PDUs in TypeScript
17 lines • 346 B
text/typescript
import { type MECHANISM_NAME } from '../ACSE-1/MECHANISM-NAME.oca.mjs';
/**
* @summary ObjectSet
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* ObjectSet MECHANISM-NAME ::= {...}
* ```
*
* @constant
* @type {MECHANISM_NAME[]}
*
*/
export declare const ObjectSet: MECHANISM_NAME[];
//# sourceMappingURL=ObjectSet.osa.d.mts.map