UNPKG

@wildboar/rose

Version:
46 lines 1.25 kB
import { ENUMERATED } from '@wildboar/asn1'; import * as $ from '@wildboar/asn1/functional'; export declare enum _enum_for_acknowledge_ResultType { acknowledged = 0, unknown = 1 } /** * @summary acknowledge_ResultType * @description * * ### ASN.1 Definition: * * ```asn1 * acknowledge-ResultType ::= ENUMERATED { -- REMOVED_FROM_UNNESTING -- } * ``` * * @enum {number} */ export type acknowledge_ResultType = _enum_for_acknowledge_ResultType | ENUMERATED; /** * @summary acknowledge_ResultType_acknowledged * @constant * @type {number} */ export declare const acknowledge_ResultType_acknowledged: acknowledge_ResultType; /** * @summary acknowledged * @constant * @type {number} */ export declare const acknowledged: acknowledge_ResultType; /** * @summary acknowledge_ResultType_unknown * @constant * @type {number} */ export declare const acknowledge_ResultType_unknown: acknowledge_ResultType; /** * @summary unknown * @constant * @type {number} */ export declare const unknown: acknowledge_ResultType; export declare const _decode_acknowledge_ResultType: $.ASN1Decoder<number>; export declare const _encode_acknowledge_ResultType: $.ASN1Encoder<number>; //# sourceMappingURL=acknowledge-ResultType.ta.d.mts.map