#include <switch_module_interfaces.h>
Collaboration diagram for switch_chat_application_interface:
Data Fields | |
| const char * | interface_name |
| switch_chat_application_function_t | chat_application_function |
| const char * | long_desc |
| const char * | short_desc |
| const char * | syntax |
| uint32_t | flags |
| switch_thread_rwlock_t * | rwlock |
| int | refs |
| switch_mutex_t * | reflock |
| switch_loadable_module_interface_t * | parent |
| switch_chat_application_interface * | next |
Definition at line 685 of file switch_module_interfaces.h.
function the application implements
Definition at line 689 of file switch_module_interfaces.h.
Referenced by switch_core_execute_chat_app().
flags to control behaviour
Definition at line 697 of file switch_module_interfaces.h.
the name of the interface
Definition at line 687 of file switch_module_interfaces.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
| const char* switch_chat_application_interface::long_desc |
the long winded description of the application
Definition at line 691 of file switch_module_interfaces.h.
Definition at line 702 of file switch_module_interfaces.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
Definition at line 701 of file switch_module_interfaces.h.
Definition at line 700 of file switch_module_interfaces.h.
Definition at line 699 of file switch_module_interfaces.h.
Definition at line 698 of file switch_module_interfaces.h.
Referenced by switch_loadable_module_unprocess().
| const char* switch_chat_application_interface::short_desc |
the short and sweet description of the application
Definition at line 693 of file switch_module_interfaces.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
| const char* switch_chat_application_interface::syntax |
an example of the application syntax
Definition at line 695 of file switch_module_interfaces.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
1.4.7