UNPKG

@wildboar/rose

Version:
19 lines 645 B
import { ASN1Element as _Element } from '@wildboar/asn1'; import * as $ from '@wildboar/asn1/functional'; import { InvokeId } from '../Remote-Operations-Generic-ROS-PDUs/InvokeId.ta.mjs'; /** * @summary ROSEInvokeIds * @description * * ### ASN.1 Definition: * * ```asn1 * ROSEInvokeIds InvokeId ::= {ALL EXCEPT noInvokeId} * ``` * * @type {InvokeId} */ export type ROSEInvokeIds = InvokeId; export declare function _decode_ROSEInvokeIds(el: _Element): ROSEInvokeIds; export declare function _encode_ROSEInvokeIds(value: ROSEInvokeIds, elGetter: $.ASN1Encoder<ROSEInvokeIds>): _Element; //# sourceMappingURL=ROSEInvokeIds.vsa.d.mts.map