Wed Aug 7 17:16:15 2019

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_sub *   next
   struct ast_event_sub *   prev
entry
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 { ... } entry
struct ast_event_ie_val* first [read]

Definition at line 130 of file event.c.

struct { ... } ie_vals
struct ast_event_ie_val* last [read]

Definition at line 130 of file event.c.

struct ast_event_sub* next [read]

Definition at line 131 of file event.c.

struct ast_event_sub* prev [read]

Definition at line 131 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:

Generated on 7 Aug 2019 for Asterisk - The Open Source Telephony Project by  doxygen 1.6.1