@wildboar/copp
Version:
Connection-oriented presentation protocol (COPP) data structures and business logic in TypeScript
29 lines (28 loc) • 933 B
JavaScript
import * as $ from '@wildboar/asn1/functional';
/**
* @summary Mode_selector_mode_value_x410_1984_mode
* @constant
* @type {number}
*/
export const Mode_selector_mode_value_x410_1984_mode = 0; /* LONG_NAMED_INTEGER_VALUE */
/**
* @summary Mode_selector_mode_value_x410_1984_mode
* @constant
* @type {number}
*/
export const x410_1984_mode = Mode_selector_mode_value_x410_1984_mode; /* SHORT_NAMED_INTEGER_VALUE */
/**
* @summary Mode_selector_mode_value_normal_mode
* @constant
* @type {number}
*/
export const Mode_selector_mode_value_normal_mode = 1; /* LONG_NAMED_INTEGER_VALUE */
/**
* @summary Mode_selector_mode_value_normal_mode
* @constant
* @type {number}
*/
export const normal_mode = Mode_selector_mode_value_normal_mode; /* SHORT_NAMED_INTEGER_VALUE */
export const _decode_Mode_selector_mode_value = $._decodeInteger;
export const _encode_Mode_selector_mode_value = $._encodeInteger;
/* eslint-enable */