@wildboar/acse
Version:
Association Control Service Element PDUs in TypeScript
86 lines (85 loc) • 3.4 kB
JavaScript
import * as $ from '@wildboar/asn1/functional';
export var _enum_for_ABRT_diagnostic;
(function (_enum_for_ABRT_diagnostic) {
_enum_for_ABRT_diagnostic[_enum_for_ABRT_diagnostic["no_reason_given"] = 1] = "no_reason_given";
_enum_for_ABRT_diagnostic[_enum_for_ABRT_diagnostic["protocol_error"] = 2] = "protocol_error";
_enum_for_ABRT_diagnostic[_enum_for_ABRT_diagnostic["authentication_mechanism_name_not_recognized"] = 3] = "authentication_mechanism_name_not_recognized";
_enum_for_ABRT_diagnostic[_enum_for_ABRT_diagnostic["authentication_mechanism_name_required"] = 4] = "authentication_mechanism_name_required";
_enum_for_ABRT_diagnostic[_enum_for_ABRT_diagnostic["authentication_failure"] = 5] = "authentication_failure";
_enum_for_ABRT_diagnostic[_enum_for_ABRT_diagnostic["authentication_required"] = 6] = "authentication_required";
})(_enum_for_ABRT_diagnostic || (_enum_for_ABRT_diagnostic = {}));
/**
* @summary ABRT_diagnostic_no_reason_given
* @constant
* @type {number}
*/
export const ABRT_diagnostic_no_reason_given = 1; /* LONG_NAMED_ENUMERATED_VALUE */
/**
* @summary no_reason_given
* @constant
* @type {number}
*/
export const no_reason_given = ABRT_diagnostic_no_reason_given; /* SHORT_NAMED_ENUMERATED_VALUE */
/**
* @summary ABRT_diagnostic_protocol_error
* @constant
* @type {number}
*/
export const ABRT_diagnostic_protocol_error = 2; /* LONG_NAMED_ENUMERATED_VALUE */
/**
* @summary protocol_error
* @constant
* @type {number}
*/
export const protocol_error = ABRT_diagnostic_protocol_error; /* SHORT_NAMED_ENUMERATED_VALUE */
/**
* @summary ABRT_diagnostic_authentication_mechanism_name_not_recognized
* @constant
* @type {number}
*/
export const ABRT_diagnostic_authentication_mechanism_name_not_recognized = 3; /* LONG_NAMED_ENUMERATED_VALUE */
/**
* @summary authentication_mechanism_name_not_recognized
* @constant
* @type {number}
*/
export const authentication_mechanism_name_not_recognized = ABRT_diagnostic_authentication_mechanism_name_not_recognized; /* SHORT_NAMED_ENUMERATED_VALUE */
/**
* @summary ABRT_diagnostic_authentication_mechanism_name_required
* @constant
* @type {number}
*/
export const ABRT_diagnostic_authentication_mechanism_name_required = 4; /* LONG_NAMED_ENUMERATED_VALUE */
/**
* @summary authentication_mechanism_name_required
* @constant
* @type {number}
*/
export const authentication_mechanism_name_required = ABRT_diagnostic_authentication_mechanism_name_required; /* SHORT_NAMED_ENUMERATED_VALUE */
/**
* @summary ABRT_diagnostic_authentication_failure
* @constant
* @type {number}
*/
export const ABRT_diagnostic_authentication_failure = 5; /* LONG_NAMED_ENUMERATED_VALUE */
/**
* @summary authentication_failure
* @constant
* @type {number}
*/
export const authentication_failure = ABRT_diagnostic_authentication_failure; /* SHORT_NAMED_ENUMERATED_VALUE */
/**
* @summary ABRT_diagnostic_authentication_required
* @constant
* @type {number}
*/
export const ABRT_diagnostic_authentication_required = 6; /* LONG_NAMED_ENUMERATED_VALUE */
/**
* @summary authentication_required
* @constant
* @type {number}
*/
export const authentication_required = ABRT_diagnostic_authentication_required; /* SHORT_NAMED_ENUMERATED_VALUE */
export const _decode_ABRT_diagnostic = $._decodeEnumerated;
export const _encode_ABRT_diagnostic = $._encodeEnumerated;
/* eslint-enable */