⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 domainname.h

📁 H.248协议编解码协议栈
💻 H
字号:
/* * Generated by asn1c-0.9.16 (http://lionet.info/asn1c) * From ASN.1 module "MEDIA-GATEWAY-CONTROL" * 	found in "h248_2.asn" */#ifndef	_DomainName_H_#define	_DomainName_H_#ifdef __cplusplusextern "C" {#endif#include <asn_application.h>/* Including external dependencies */#include <IA5String.h>#include <INTEGER.h>#include <constr_SEQUENCE.h>/* DomainName */typedef struct DomainName {	IA5String_t	 name;	INTEGER_t	*portNumber	/* OPTIONAL */;		/* Context for parsing across buffer boundaries */	asn_struct_ctx_t _asn_ctx;} DomainName_t;/* Implementation */extern asn_TYPE_descriptor_t asn_DEF_DomainName;#ifdef __cplusplus}#endif#endif	/* _DomainName_H_ */

⌨️ 快捷键说明

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