RTS API Documentation  1.10.11
Data Fields
switch_io_event_hook_kill_channel Struct Reference

Node in which to store custom kill channel callback hooks. More...

#include <switch_core_event_hook.h>

+ Collaboration diagram for switch_io_event_hook_kill_channel:

Data Fields

switch_kill_channel_hook_t kill_channel
 
struct switch_io_event_hook_kill_channelnext
 

Detailed Description

Node in which to store custom kill channel callback hooks.

Definition at line 130 of file switch_core_event_hook.h.

Field Documentation

◆ kill_channel

switch_kill_channel_hook_t switch_io_event_hook_kill_channel::kill_channel

the kill channel callback hook

Definition at line 132 of file switch_core_event_hook.h.

Referenced by switch_core_session_perform_kill_channel().

◆ next

struct switch_io_event_hook_kill_channel* switch_io_event_hook_kill_channel::next

Definition at line 133 of file switch_core_event_hook.h.

Referenced by switch_core_session_perform_kill_channel().


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