Wed Jan 8 2020 09:50:23

Asterisk developer's documentation


ast_event_sub Struct Reference

Event subscription. More...

Data Fields

ast_event_cb_t cb
 
char description [64]
 
struct {
   struct ast_event_ie_val *   first
 
   struct ast_event_ie_val *   last
 
ie_vals
 
enum ast_event_type type
 
uint32_t uniqueid
 
void * userdata
 

Detailed Description

Event subscription.

Definition at line 124 of file event.c.

Field Documentation

char description[64]
struct ast_event_ie_val* first

Definition at line 130 of file event.c.

struct ast_event_ie_val* last

Definition at line 130 of file event.c.

uint32_t uniqueid

Definition at line 129 of file event.c.

Referenced by ast_event_subscribe_new(), ast_event_unsubscribe(), and gen_sub_event().

void* userdata

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