8#ifndef _EndEntityType_H_
9#define _EndEntityType_H_
12#include "asn_application.h"
15#include "BIT_STRING.h"
22typedef enum EndEntityType {
23 EndEntityType_app = 0,
24 EndEntityType_enrol = 1
28typedef BIT_STRING_t EndEntityType_t;
31extern asn_per_constraints_t asn_PER_type_EndEntityType_constr_1;
32extern asn_TYPE_descriptor_t asn_DEF_EndEntityType;
33asn_struct_free_f EndEntityType_free;
34asn_struct_print_f EndEntityType_print;
35asn_constr_check_f EndEntityType_constraint;
36ber_type_decoder_f EndEntityType_decode_ber;
37der_type_encoder_f EndEntityType_encode_der;
38xer_type_decoder_f EndEntityType_decode_xer;
39xer_type_encoder_f EndEntityType_encode_xer;
40jer_type_encoder_f EndEntityType_encode_jer;
41oer_type_decoder_f EndEntityType_decode_oer;
42oer_type_encoder_f EndEntityType_encode_oer;
43per_type_decoder_f EndEntityType_decode_uper;
44per_type_encoder_f EndEntityType_encode_uper;
45per_type_decoder_f EndEntityType_decode_aper;
46per_type_encoder_f EndEntityType_encode_aper;
53#include "asn_internal.h"