commandreply.h
来自「H.248协议编解码协议栈」· C头文件 代码 · 共 67 行
H
67 行
/* * Generated by asn1c-0.9.16 (http://lionet.info/asn1c) * From ASN.1 module "MEDIA-GATEWAY-CONTROL" * found in "h248_2.asn" */#ifndef _CommandReply_H_#define _CommandReply_H_#ifdef __cplusplusextern "C" {#endif#include <asn_application.h>/* Including external dependencies */#include <AmmsReply.h>#include <AuditReply.h>#include <NotifyReply.h>#include <ServiceChangeReply.h>#include <constr_CHOICE.h>/* Dependencies */typedef enum CommandReply_PR { CommandReply_PR_NOTHING, /* No components present */ CommandReply_PR_addReply, CommandReply_PR_moveReply, CommandReply_PR_modReply, CommandReply_PR_subtractReply, CommandReply_PR_auditCapReply, CommandReply_PR_auditValueReply, CommandReply_PR_notifyReply, CommandReply_PR_serviceChangeReply, /* Extensions may appear below */} CommandReply_PR;/* CommandReply */typedef struct CommandReply { CommandReply_PR present; union { AmmsReply_t addReply; AmmsReply_t moveReply; AmmsReply_t modReply; AmmsReply_t subtractReply; AuditReply_t auditCapReply; AuditReply_t auditValueReply; NotifyReply_t notifyReply; ServiceChangeReply_t serviceChangeReply; /* * This type is extensible, * possible extensions are below. */ } choice; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx;} CommandReply_t;/* Implementation */extern asn_TYPE_descriptor_t asn_DEF_CommandReply;#ifdef __cplusplus}#endif#endif /* _CommandReply_H_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?