📄 requestedevent.h
字号:
/* * Generated by asn1c-0.9.16 (http://lionet.info/asn1c) * From ASN.1 module "MEDIA-GATEWAY-CONTROL" * found in "h248_2.asn" */#ifndef _RequestedEvent_H_#define _RequestedEvent_H_#ifdef __cplusplusextern "C" {#endif#include <asn_application.h>/* Including external dependencies */#include <PkgdName.h>#include <StreamID.h>#include <asn_SEQUENCE_OF.h>#include <constr_SEQUENCE_OF.h>#include <constr_SEQUENCE.h>/* Forward declarations */struct RequestedActions;struct EventParameter;/* RequestedEvent */typedef struct RequestedEvent { PkgdName_t pkgdName; StreamID_t *streamID /* OPTIONAL */; struct RequestedActions *eventAction /* OPTIONAL */; struct evParList { A_SEQUENCE_OF(struct EventParameter) list; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } evParList; /* * This type is extensible, * possible extensions are below. */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx;} RequestedEvent_t;/* Implementation */extern asn_TYPE_descriptor_t asn_DEF_RequestedEvent;/* Referred external types */#include <RequestedActions.h>#include <EventParameter.h>#ifdef __cplusplus}#endif#endif /* _RequestedEvent_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -