/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "PEDefinitions" * found in "../../../asn1/PEDefinitions.asn" * `asn1c -fcompound-names -no-gen-example` */ #ifndef _PINKeyReferenceValue_H_ #define _PINKeyReferenceValue_H_ #include /* Including external dependencies */ #include #ifdef __cplusplus extern "C" { #endif /* Dependencies */ typedef enum PINKeyReferenceValue { PINKeyReferenceValue_pinAppl1 = 1, PINKeyReferenceValue_pinAppl2 = 2, PINKeyReferenceValue_pinAppl3 = 3, PINKeyReferenceValue_pinAppl4 = 4, PINKeyReferenceValue_pinAppl5 = 5, PINKeyReferenceValue_pinAppl6 = 6, PINKeyReferenceValue_pinAppl7 = 7, PINKeyReferenceValue_pinAppl8 = 8, PINKeyReferenceValue_adm1 = 10, PINKeyReferenceValue_adm2 = 11, PINKeyReferenceValue_adm3 = 12, PINKeyReferenceValue_adm4 = 13, PINKeyReferenceValue_adm5 = 14, PINKeyReferenceValue_secondPINAppl1 = 129, PINKeyReferenceValue_secondPINAppl2 = 130, PINKeyReferenceValue_secondPINAppl3 = 131, PINKeyReferenceValue_secondPINAppl4 = 132, PINKeyReferenceValue_secondPINAppl5 = 133, PINKeyReferenceValue_secondPINAppl6 = 134, PINKeyReferenceValue_secondPINAppl7 = 135, PINKeyReferenceValue_secondPINAppl8 = 136, PINKeyReferenceValue_adm6 = 138, PINKeyReferenceValue_adm7 = 139, PINKeyReferenceValue_adm8 = 140, PINKeyReferenceValue_adm9 = 141, PINKeyReferenceValue_adm10 = 142 } e_PINKeyReferenceValue; /* PINKeyReferenceValue */ typedef long PINKeyReferenceValue_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_PINKeyReferenceValue; asn_struct_free_f PINKeyReferenceValue_free; asn_struct_print_f PINKeyReferenceValue_print; asn_constr_check_f PINKeyReferenceValue_constraint; ber_type_decoder_f PINKeyReferenceValue_decode_ber; der_type_encoder_f PINKeyReferenceValue_encode_der; xer_type_decoder_f PINKeyReferenceValue_decode_xer; xer_type_encoder_f PINKeyReferenceValue_encode_xer; oer_type_decoder_f PINKeyReferenceValue_decode_oer; oer_type_encoder_f PINKeyReferenceValue_encode_oer; per_type_decoder_f PINKeyReferenceValue_decode_uper; per_type_encoder_f PINKeyReferenceValue_encode_uper; #ifdef __cplusplus } #endif #endif /* _PINKeyReferenceValue_H_ */ #include