FreeSWITCH API Documentation  1.7.0
Data Fields
switch_chat_interface Struct Reference

Abstract interface to a chat module. More...

#include <switch_module_interfaces.h>

+ Collaboration diagram for switch_chat_interface:

Data Fields

const char * interface_name
 
switch_status_t(* chat_send )(switch_event_t *message_event)
 
switch_thread_rwlock_trwlock
 
int refs
 
switch_mutex_treflock
 
switch_loadable_module_interface_tparent
 
struct switch_chat_interfacenext
 

Detailed Description

Abstract interface to a chat module.

Definition at line 549 of file switch_module_interfaces.h.

Field Documentation

switch_status_t(* switch_chat_interface::chat_send)(switch_event_t *message_event)

function to open the directory interface

Definition at line 553 of file switch_module_interfaces.h.

Referenced by do_chat_send().

const char* switch_chat_interface::interface_name

the name of the interface

Definition at line 551 of file switch_module_interfaces.h.

Referenced by do_chat_send(), switch_loadable_module_process(), and switch_loadable_module_unprocess().

struct switch_chat_interface* switch_chat_interface::next
switch_loadable_module_interface_t* switch_chat_interface::parent

Definition at line 558 of file switch_module_interfaces.h.

switch_mutex_t* switch_chat_interface::reflock

Definition at line 557 of file switch_module_interfaces.h.

int switch_chat_interface::refs

Definition at line 556 of file switch_module_interfaces.h.

switch_thread_rwlock_t* switch_chat_interface::rwlock

Definition at line 555 of file switch_module_interfaces.h.

Referenced by switch_loadable_module_unprocess().


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