Kannel: Open Source WAP and SMS gateway  svn-r5335
smsc_wrapper Struct Reference

Data Fields

SMSCentersmsc
 
Listoutgoing_queue
 
Liststopped
 
long receiver_thread
 
long sender_thread
 
Mutexreconnect_mutex
 

Detailed Description

Definition at line 74 of file smsc_wrapper.c.

Field Documentation

◆ outgoing_queue

List* smsc_wrapper::outgoing_queue

◆ receiver_thread

long smsc_wrapper::receiver_thread

Definition at line 78 of file smsc_wrapper.c.

Referenced by smsc_wrapper_create(), wrapper_sender(), and wrapper_shutdown().

◆ reconnect_mutex

Mutex* smsc_wrapper::reconnect_mutex

Definition at line 80 of file smsc_wrapper.c.

Referenced by reconnect(), smsc_wrapper_create(), and smscwrapper_destroy().

◆ sender_thread

long smsc_wrapper::sender_thread

Definition at line 79 of file smsc_wrapper.c.

Referenced by smsc_wrapper_create(), and wrapper_shutdown().

◆ smsc

SMSCenter* smsc_wrapper::smsc

◆ stopped

List* smsc_wrapper::stopped

The documentation for this struct was generated from the following file:
See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.