Asterisk - The Open Source Telephony Project  18.5.0
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

◆ ie_payload

unsigned char ie_payload[0]

◆ ie_payload_len

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(), ast_event_iterator_next(), and event_iterator_get_ie_raw_payload_len().

◆ ie_type

enum ast_event_ie_type ie_type

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