Collaboration diagram for switch_event_node:
Data Fields | |
| char * | id |
| switch_event_types_t | event_id |
| char * | subclass_name |
| switch_event_callback_t | callback |
| void * | user_data |
| switch_event_node * | next |
Definition at line 42 of file switch_event.c.
a callback function to execute when the event is triggered
Definition at line 50 of file switch_event.c.
Referenced by switch_event_deliver(), and switch_event_unbind_callback().
the event id enumeration to bind to
Definition at line 46 of file switch_event.c.
Referenced by switch_event_unbind(), switch_event_unbind_callback(), and switch_events_match().
| char* switch_event_node::id |
the id of the node
Definition at line 44 of file switch_event.c.
Referenced by switch_event_unbind(), and switch_event_unbind_callback().
Definition at line 53 of file switch_event.c.
Referenced by switch_event_deliver(), switch_event_unbind(), and switch_event_unbind_callback().
the event subclass to bind to for custom events
Definition at line 48 of file switch_event.c.
Referenced by switch_event_unbind(), switch_event_unbind_callback(), and switch_events_match().
1.4.7