@wildboar/rose
Version:
Remote Operation Service Element PDUs in TypeScript
34 lines (33 loc) • 1.24 kB
JavaScript
import * as $ from '@wildboar/asn1/functional';
export var _enum_for_acknowledge_ResultType;
(function (_enum_for_acknowledge_ResultType) {
_enum_for_acknowledge_ResultType[_enum_for_acknowledge_ResultType["acknowledged"] = 0] = "acknowledged";
_enum_for_acknowledge_ResultType[_enum_for_acknowledge_ResultType["unknown"] = 1] = "unknown";
})(_enum_for_acknowledge_ResultType || (_enum_for_acknowledge_ResultType = {}));
/**
* @summary acknowledge_ResultType_acknowledged
* @constant
* @type {number}
*/
export const acknowledge_ResultType_acknowledged = 0; /* LONG_NAMED_ENUMERATED_VALUE */
/**
* @summary acknowledged
* @constant
* @type {number}
*/
export const acknowledged = acknowledge_ResultType_acknowledged; /* SHORT_NAMED_ENUMERATED_VALUE */
/**
* @summary acknowledge_ResultType_unknown
* @constant
* @type {number}
*/
export const acknowledge_ResultType_unknown = 1; /* LONG_NAMED_ENUMERATED_VALUE */
/**
* @summary unknown
* @constant
* @type {number}
*/
export const unknown = acknowledge_ResultType_unknown; /* SHORT_NAMED_ENUMERATED_VALUE */
export const _decode_acknowledge_ResultType = $._decodeEnumerated;
export const _encode_acknowledge_ResultType = $._encodeEnumerated;
/* eslint-enable */