FreeSWITCH API Documentation  1.7.0
Data Fields
switch_chat_application_interface Struct Reference

A module interface to implement a chat application. More...

#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_trwlock
 
int refs
 
switch_mutex_treflock
 
switch_loadable_module_interface_tparent
 
struct
switch_chat_application_interface
next
 

Detailed Description

A module interface to implement a chat application.

Definition at line 781 of file switch_module_interfaces.h.

Field Documentation

switch_chat_application_function_t switch_chat_application_interface::chat_application_function

function the application implements

Definition at line 785 of file switch_module_interfaces.h.

Referenced by switch_core_execute_chat_app().

uint32_t switch_chat_application_interface::flags

flags to control behaviour

Definition at line 793 of file switch_module_interfaces.h.

const char* switch_chat_application_interface::interface_name

the name of the interface

Definition at line 783 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 787 of file switch_module_interfaces.h.

struct switch_chat_application_interface* switch_chat_application_interface::next
switch_loadable_module_interface_t* switch_chat_application_interface::parent

Definition at line 797 of file switch_module_interfaces.h.

switch_mutex_t* switch_chat_application_interface::reflock

Definition at line 796 of file switch_module_interfaces.h.

int switch_chat_application_interface::refs

Definition at line 795 of file switch_module_interfaces.h.

switch_thread_rwlock_t* switch_chat_application_interface::rwlock

Definition at line 794 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 789 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 791 of file switch_module_interfaces.h.

Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().


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