Wed Jan 8 2020 09:50:23

Asterisk developer's documentation


ast_event_ie_val Struct Reference

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 108 of file event.c.

Field Documentation

struct { ... } entry
uint32_t hash

Definition at line 115 of file event.c.

Referenced by ast_event_sub_append_ie_str(), and match_ie_val().

struct ast_event_ie_val* next

Definition at line 109 of file event.c.


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