RTS API Documentation  1.10.11
Data Fields
switch_endpoint_interface Struct Reference

Abstraction of an module endpoint interface This is the glue between the abstract idea of a "channel" and what is really going on under the hood. Each endpoint module fills out one of these tables and makes it available when a channel is created of it's paticular type. More...

#include <switch_module_interfaces.h>

+ Collaboration diagram for switch_endpoint_interface:

Data Fields

const char * interface_name
 
switch_io_routines_tio_routines
 
switch_state_handler_table_tstate_handler
 
void * private_info
 
switch_thread_rwlock_trwlock
 
int refs
 
switch_mutex_treflock
 
switch_loadable_module_interface_tparent
 
struct switch_endpoint_interfacenext
 
switch_core_recover_callback_t recover_callback
 

Detailed Description

Abstraction of an module endpoint interface This is the glue between the abstract idea of a "channel" and what is really going on under the hood. Each endpoint module fills out one of these tables and makes it available when a channel is created of it's paticular type.

Definition at line 182 of file switch_module_interfaces.h.

Field Documentation

◆ interface_name

const char* switch_endpoint_interface::interface_name

◆ io_routines

switch_io_routines_t* switch_endpoint_interface::io_routines

◆ next

struct switch_endpoint_interface* switch_endpoint_interface::next

◆ parent

switch_loadable_module_interface_t* switch_endpoint_interface::parent

Definition at line 200 of file switch_module_interfaces.h.

◆ private_info

void* switch_endpoint_interface::private_info

private information

Definition at line 193 of file switch_module_interfaces.h.

◆ recover_callback

switch_core_recover_callback_t switch_endpoint_interface::recover_callback

Definition at line 205 of file switch_module_interfaces.h.

Referenced by recover_callback().

◆ reflock

switch_mutex_t* switch_endpoint_interface::reflock

Definition at line 197 of file switch_module_interfaces.h.

◆ refs

int switch_endpoint_interface::refs

Definition at line 196 of file switch_module_interfaces.h.

◆ rwlock

switch_thread_rwlock_t* switch_endpoint_interface::rwlock

Definition at line 195 of file switch_module_interfaces.h.

Referenced by switch_loadable_module_unprocess().

◆ state_handler

switch_state_handler_table_t* switch_endpoint_interface::state_handler

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