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

#include <smsc_http_p.h>

Data Fields

HTTPCallerhttp_ref
 
long receive_thread
 
long send_cb_thread
 
long sender_thread
 
volatile int shutdown
 
long port
 
Octstrallow_ip
 
Octstrsend_url
 
Octstrdlr_url
 
Counteropen_sends
 
Semaphoremax_pending_sends
 
Octstrusername
 
Octstrpassword
 
int no_sender
 
int no_coding
 
int no_sep
 
int use_post
 
Octstralt_charset
 
Listmsg_to_send
 
Octstrsystem_id
 
int mobile_originated
 
struct smsc_http_fn_callbackscallbacks
 
void * data
 

Detailed Description

Definition at line 85 of file smsc_http_p.h.

Field Documentation

◆ allow_ip

Octstr* conndata::allow_ip

Definition at line 92 of file smsc_http_p.h.

Referenced by conndata_destroy(), httpsmsc_receiver(), and smsc_http_create().

◆ alt_charset

◆ callbacks

struct smsc_http_fn_callbacks* conndata::callbacks

◆ data

void* conndata::data

◆ dlr_url

Octstr* conndata::dlr_url

Definition at line 94 of file smsc_http_p.h.

Referenced by conndata_destroy(), kannel_send_sms(), and smsc_http_create().

◆ http_ref

◆ max_pending_sends

Semaphore* conndata::max_pending_sends

◆ mobile_originated

int conndata::mobile_originated

Definition at line 108 of file smsc_http_p.h.

Referenced by clickatell_send_sms(), and smsc_http_create().

◆ msg_to_send

List* conndata::msg_to_send

◆ no_coding

int conndata::no_coding

Definition at line 100 of file smsc_http_p.h.

Referenced by kannel_send_sms(), and smsc_http_create().

◆ no_sender

int conndata::no_sender

Definition at line 99 of file smsc_http_p.h.

Referenced by clickatell_send_sms(), kannel_send_sms(), and smsc_http_create().

◆ no_sep

int conndata::no_sep

Definition at line 101 of file smsc_http_p.h.

Referenced by kannel_send_sms(), and smsc_http_create().

◆ open_sends

Counter* conndata::open_sends

◆ password

◆ port

long conndata::port

◆ receive_thread

long conndata::receive_thread

Definition at line 87 of file smsc_http_p.h.

Referenced by httpsmsc_shutdown(), and smsc_http_create().

◆ send_cb_thread

long conndata::send_cb_thread

Definition at line 88 of file smsc_http_p.h.

Referenced by httpsmsc_receiver(), httpsmsc_sender(), and smsc_http_create().

◆ send_url

◆ sender_thread

long conndata::sender_thread

Definition at line 89 of file smsc_http_p.h.

Referenced by httpsmsc_receiver(), httpsmsc_shutdown(), and smsc_http_create().

◆ shutdown

volatile int conndata::shutdown

◆ system_id

Octstr* conndata::system_id

Definition at line 107 of file smsc_http_p.h.

Referenced by clickatell_send_sms(), conndata_destroy(), and smsc_http_create().

◆ use_post

int conndata::use_post

Definition at line 102 of file smsc_http_p.h.

Referenced by generic_receive_sms(), generic_send_sms(), and smsc_http_create().

◆ username


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.