📄 terminationidlist.h
字号:
/* * Generated by asn1c-0.9.16 (http://lionet.info/asn1c) * From ASN.1 module "MEDIA-GATEWAY-CONTROL" * found in "h248_2.asn" */#ifndef _TerminationIDList_H_#define _TerminationIDList_H_#ifdef __cplusplusextern "C" {#endif#include <asn_application.h>/* Including external dependencies */#include <asn_SEQUENCE_OF.h>#include <constr_SEQUENCE_OF.h>/* Forward declarations */struct TerminationID;/* TerminationIDList */typedef struct TerminationIDList { A_SEQUENCE_OF(struct TerminationID) list; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx;} TerminationIDList_t;/* Implementation */extern asn_TYPE_descriptor_t asn_DEF_TerminationIDList;/* Referred external types */#include <TerminationID.h>#ifdef __cplusplus}#endif#endif /* _TerminationIDList_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -