Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_event_ie Struct Reference

An event information element. More...

Data Fields

unsigned char ie_payload [0]
 
uint16_t ie_payload_len
 
enum ast_event_ie_type ie_type:16
 

Detailed Description

An event information element.

Note
The format of this structure is important. Since these events may be sent directly over a network, changing this structure will break compatibility with older versions. However, at this point, this code has not made it into a release, so it is still fair game for change.

Definition at line 53 of file event.c.

Field Documentation

uint16_t ie_payload_len

Total length of the IE payload

Definition at line 56 of file event.c.

Referenced by ast_event_append_ie_raw(), and ast_event_iterator_next().


The documentation for this struct was generated from the following file: