Tue Aug 24 2010 19:42:03

Asterisk developer's documentation


Data Fields

ast_event_ie_val Struct Reference

Collaboration diagram for ast_event_ie_val:
Collaboration graph
[legend]

Data Fields

struct {
   struct ast_event_ie_val *   next
entry
enum ast_event_ie_pltype ie_pltype
enum ast_event_ie_type ie_type
union {
   struct {
      uint32_t   hash
      const char *   str
   } 
   void *   raw
   uint32_t   uint
payload
size_t raw_datalen

Detailed Description

Definition at line 103 of file event.c.


Field Documentation

struct { ... } entry
uint32_t hash

Definition at line 110 of file event.c.

Referenced by ast_event_sub_append_ie_str(), and match_ie_val().

Definition at line 104 of file event.c.

union { ... } payload
void* raw
size_t raw_datalen
const char* str
uint32_t uint

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