Thu Apr 28 2011 16:57:20

Asterisk developer's documentation


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

Definition at line 54 of file event.c.

Referenced by ast_event_append_ie_raw(), and ast_event_iterator_get_ie_type().


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