RTS API Documentation  1.10.11
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_eventnext
 

Detailed Description

Node in which to store custom receive message callback hooks.

Definition at line 81 of file switch_core_event_hook.h.

Field Documentation

◆ next

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().

◆ 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().


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