Asterisk - The Open Source Telephony Project GIT-master-7921072
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 91 of file event.c.

Field Documentation

◆ 

struct { ... } entry

◆ hash

uint32_t hash

Definition at line 98 of file event.c.

◆ ie_pltype

enum ast_event_ie_pltype ie_pltype

Definition at line 94 of file event.c.

Referenced by ast_event_new().

◆ ie_type

enum ast_event_ie_type ie_type

Definition at line 93 of file event.c.

Referenced by ast_event_new().

◆ next

struct ast_event_ie_val* next

Definition at line 92 of file event.c.

◆ 

union { ... } payload

Referenced by ast_event_new().

◆ raw

void* raw

Definition at line 101 of file event.c.

Referenced by ast_event_new().

◆ raw_datalen

size_t raw_datalen

Definition at line 103 of file event.c.

Referenced by ast_event_new().

◆ str

const char* str

Definition at line 99 of file event.c.

Referenced by ast_event_new().

◆ uint

uint32_t uint

Definition at line 96 of file event.c.

Referenced by ast_event_new().


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