Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

switch_event_node Struct Reference

Collaboration diagram for switch_event_node:

Collaboration graph
[legend]

Detailed Description

A node to store binded events.


Data Fields

char * id
switch_event_types_t event_id
switch_event_subclass_tsubclass
switch_event_callback_t callback
void * user_data
switch_event_nodenext


Field Documentation

switch_event_callback_t switch_event_node::callback
 

a callback function to execute when the event is triggered

switch_event_types_t switch_event_node::event_id
 

the event id enumeration to bind to

char* switch_event_node::id
 

the id of the node

struct switch_event_node* switch_event_node::next
 

switch_event_subclass_t* switch_event_node::subclass
 

the event subclass to bind to for custom events

void* switch_event_node::user_data
 

private data


The documentation for this struct was generated from the following file:
Generated on Fri Oct 10 11:24:03 2008 for FreeSWITCH by  doxygen 1.3.9.1