servicestate.h
来自「H.248协议编解码协议栈」· C头文件 代码 · 共 47 行
H
47 行
/* * Generated by asn1c-0.9.16 (http://lionet.info/asn1c) * From ASN.1 module "MEDIA-GATEWAY-CONTROL" * found in "h248_2.asn" */#ifndef _ServiceState_H_#define _ServiceState_H_#ifdef __cplusplusextern "C" {#endif#include <asn_application.h>/* Including external dependencies */#include <ENUMERATED.h>/* Dependencies */typedef enum ServiceState { ServiceState_test = 0, ServiceState_outOfSvc = 1, ServiceState_inSvc = 2 /* * Enumeration is extensible */} ServiceState_e;/* ServiceState */typedef ENUMERATED_t ServiceState_t;/* Implementation */extern asn_TYPE_descriptor_t asn_DEF_ServiceState;asn_struct_free_f ServiceState_free;asn_struct_print_f ServiceState_print;asn_constr_check_f ServiceState_constraint;ber_type_decoder_f ServiceState_decode_ber;der_type_encoder_f ServiceState_encode_der;xer_type_decoder_f ServiceState_decode_xer;xer_type_encoder_f ServiceState_encode_xer;#ifdef __cplusplus}#endif#endif /* _ServiceState_H_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?