Asterisk - The Open Source Telephony Project
18.5.0
|
An event. More...
Data Fields | |
uint16_t | event_len:16 |
unsigned char | payload [0] |
enum ast_event_type | type:16 |
An event.
An ast_event consists of an event header (this structure), and zero or more information elements defined by ast_event_ie.
uint16_t event_len |
Total length of the event
Definition at line 85 of file event.c.
Referenced by ao2_dup_event(), ast_event_append_ie_raw(), and ast_event_get_size().
unsigned char payload[0] |
enum ast_event_type type |
Event type
Definition at line 83 of file event.c.
Referenced by ast_event_get_type(), and Property::load().