Sun Oct 16 2011 08:43:12

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.

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

Definition at line 54 of file event.c.

Referenced by ast_event_iterator_get_ie_type(), and ast_event_append_ie_raw().


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