
Data Fields | |
| char * | id |
| switch_event_types_t | event_id |
| switch_event_subclass_t * | subclass |
| switch_event_callback_t | callback |
| void * | user_data |
| switch_event_node * | next |
|
|
a callback function to execute when the event is triggered |
|
|
the event id enumeration to bind to |
|
|
the id of the node |
|
|
|
|
|
the event subclass to bind to for custom events |
|
|
private data |
1.3.9.1