FreeSWITCH API Documentation  1.7.0
Data Fields
switch_io_event_hook_receive_event Struct Reference

Node in which to store custom receive message callback hooks. More...

#include <switch_core_event_hook.h>

+ Collaboration diagram for switch_io_event_hook_receive_event:

Data Fields

switch_receive_event_hook_t receive_event
 
struct
switch_io_event_hook_receive_event
next
 

Detailed Description

Node in which to store custom receive message callback hooks.

Definition at line 77 of file switch_core_event_hook.h.

Field Documentation

struct switch_io_event_hook_receive_event* switch_io_event_hook_receive_event::next

Definition at line 80 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 79 of file switch_core_event_hook.h.

Referenced by switch_core_session_receive_event().


The documentation for this struct was generated from the following file: