#include <switch_module_interfaces.h>
Collaboration diagram for switch_api_interface:
Data Fields | |
| const char * | interface_name |
| const char * | desc |
| switch_api_function_t | function |
| const char * | syntax |
| switch_thread_rwlock_t * | rwlock |
| int | refs |
| switch_mutex_t * | reflock |
| switch_loadable_module_interface_t * | parent |
| switch_api_interface * | next |
Definition at line 706 of file switch_module_interfaces.h.
| const char* switch_api_interface::desc |
a description of the api function
Definition at line 710 of file switch_module_interfaces.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
function the api call uses
Definition at line 712 of file switch_module_interfaces.h.
Referenced by switch_api_execute().
| const char* switch_api_interface::interface_name |
the name of the interface
Definition at line 708 of file switch_module_interfaces.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
Definition at line 719 of file switch_module_interfaces.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
Definition at line 718 of file switch_module_interfaces.h.
Definition at line 717 of file switch_module_interfaces.h.
Definition at line 716 of file switch_module_interfaces.h.
Definition at line 715 of file switch_module_interfaces.h.
Referenced by switch_loadable_module_unprocess().
| const char* switch_api_interface::syntax |
an example of the api syntax
Definition at line 714 of file switch_module_interfaces.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
1.4.7