/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "SGP32Definitions" * found in "../../../asn1/SGP32Definitions.asn" * `asn1c -fcompound-names -no-gen-example` */ #ifndef _DisableProfileResult_H_ #define _DisableProfileResult_H_ #include /* Including external dependencies */ #include #ifdef __cplusplus extern "C" { #endif /* Dependencies */ typedef enum DisableProfileResult { DisableProfileResult_ok = 0, DisableProfileResult_iccidOrAidNotFound = 1, DisableProfileResult_profileNotInEnabledState = 2, DisableProfileResult_undefinedError = 127 } e_DisableProfileResult; /* DisableProfileResult */ typedef long DisableProfileResult_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_DisableProfileResult; asn_struct_free_f DisableProfileResult_free; asn_struct_print_f DisableProfileResult_print; asn_constr_check_f DisableProfileResult_constraint; ber_type_decoder_f DisableProfileResult_decode_ber; der_type_encoder_f DisableProfileResult_encode_der; xer_type_decoder_f DisableProfileResult_decode_xer; xer_type_encoder_f DisableProfileResult_encode_xer; oer_type_decoder_f DisableProfileResult_decode_oer; oer_type_encoder_f DisableProfileResult_encode_oer; per_type_decoder_f DisableProfileResult_decode_uper; per_type_encoder_f DisableProfileResult_encode_uper; #ifdef __cplusplus } #endif #endif /* _DisableProfileResult_H_ */ #include