FreeSWITCH API Documentation  1.7.0
Data Fields
switch_io_event_hook_state_change Struct Reference

Node in which to store state change callback hooks. More...

#include <switch_core_event_hook.h>

+ Collaboration diagram for switch_io_event_hook_state_change:

Data Fields

switch_state_change_hook_t state_change
 
struct
switch_io_event_hook_state_change
next
 

Detailed Description

Node in which to store state change callback hooks.

Definition at line 133 of file switch_core_event_hook.h.

Field Documentation

struct switch_io_event_hook_state_change* switch_io_event_hook_state_change::next

Definition at line 136 of file switch_core_event_hook.h.

Referenced by switch_core_session_signal_state_change().

switch_state_change_hook_t switch_io_event_hook_state_change::state_change

the state change channel callback hook

Definition at line 135 of file switch_core_event_hook.h.

Referenced by switch_core_session_signal_state_change().


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