FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
switch_device_state_function_t | function |
void * | user_data |
struct switch_device_state_binding_s * | next |
Definition at line 43 of file switch_channel.c.
switch_device_state_function_t switch_device_state_binding_s::function |
Definition at line 44 of file switch_channel.c.
Referenced by switch_channel_bind_device_state_handler(), switch_channel_check_device_state(), and switch_channel_unbind_device_state_handler().
struct switch_device_state_binding_s* switch_device_state_binding_s::next |
Definition at line 46 of file switch_channel.c.
Referenced by switch_channel_check_device_state(), and switch_channel_unbind_device_state_handler().
void* switch_device_state_binding_s::user_data |
Definition at line 45 of file switch_channel.c.
Referenced by switch_channel_bind_device_state_handler().