RTS API Documentation
1.10.11
|
Node in which to store custom receive message callback hooks. More...
#include <switch_core_event_hook.h>
Data Fields | |
switch_receive_event_hook_t | receive_event |
struct switch_io_event_hook_receive_event * | next |
Node in which to store custom receive message callback hooks.
Definition at line 81 of file switch_core_event_hook.h.
struct switch_io_event_hook_receive_event* switch_io_event_hook_receive_event::next |
Definition at line 84 of file switch_core_event_hook.h.
Referenced by switch_core_session_receive_event().
switch_receive_event_hook_t switch_io_event_hook_receive_event::receive_event |
the event callback hook
Definition at line 83 of file switch_core_event_hook.h.
Referenced by switch_core_session_receive_event().