@wildboar/rose
Version:
Remote Operation Service Element PDUs in TypeScript
16 lines • 606 B
text/typescript
import { type OPERATION } from '../Remote-Operations-Information-Objects/OPERATION.oca.mjs';
import { type OPERATION_PACKAGE } from '../Remote-Operations-Information-Objects/OPERATION-PACKAGE.oca.mjs';
/**
* @summary AllOperations
* @description
*
* **This production was manually written in TypeScript.**
*
* ### ASN.1 Definition:
*
* ```asn1
* AllOperations{OPERATION-PACKAGE:package} OPERATION ::= {ConsumerPerforms{package} | SupplierPerforms{package}}
* ```
*/
export declare function AllOperations(package_: OPERATION_PACKAGE): OPERATION[];
//# sourceMappingURL=AllOperations.osa.d.mts.map