servicechangeparm.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	_ServiceChangeParm_H_#define	_ServiceChangeParm_H_#ifdef __cplusplusextern "C" {#endif#include <asn_application.h>/* Including external dependencies */#include <ServiceChangeMethod.h>#include <INTEGER.h>#include <Value.h>#include <constr_SEQUENCE.h>/* Forward declarations */struct ServiceChangeAddress;struct ServiceChangeProfile;struct MId;struct TimeNotation;struct NonStandardData;struct AuditDescriptor;/* ServiceChangeParm */typedef struct ServiceChangeParm {	ServiceChangeMethod_t	 serviceChangeMethod;	struct ServiceChangeAddress	*serviceChangeAddress	/* OPTIONAL */;	INTEGER_t	*serviceChangeVersion	/* OPTIONAL */;	struct ServiceChangeProfile	*serviceChangeProfile	/* OPTIONAL */;	Value_t	 serviceChangeReason;	INTEGER_t	*serviceChangeDelay	/* OPTIONAL */;	struct MId	*serviceChangeMgcId	/* OPTIONAL */;	struct TimeNotation	*timeStamp	/* OPTIONAL */;	struct NonStandardData	*nonStandardData	/* OPTIONAL */;	/*	 * This type is extensible,	 * possible extensions are below.	 */	struct AuditDescriptor	*serviceChangeInfo	/* OPTIONAL */;		/* Context for parsing across buffer boundaries */	asn_struct_ctx_t _asn_ctx;} ServiceChangeParm_t;/* Implementation */extern asn_TYPE_descriptor_t asn_DEF_ServiceChangeParm;/* Referred external types */#include <ServiceChangeAddress.h>#include <ServiceChangeProfile.h>#include <MId.h>#include <TimeNotation.h>#include <NonStandardData.h>#include <AuditDescriptor.h>#ifdef __cplusplus}#endif#endif	/* _ServiceChangeParm_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?