Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <smsc_at.h>
Data Fields | |
Octstr * | id |
Octstr * | name |
Octstr * | detect_string |
Octstr * | detect_string2 |
Octstr * | init_string |
Octstr * | reset_string |
long | speed |
Octstr * | enable_hwhs |
int | need_sleep |
int | no_pin |
int | no_smsc |
long | sendline_sleep |
Octstr * | keepalive_cmd |
int | broken |
Octstr * | message_storage |
long | message_start |
int | enable_mms |
int | hardware_flow_control |
int ModemDef::broken |
Definition at line 113 of file smsc_at.h.
Referenced by at2_read_modems().
Octstr* ModemDef::detect_string |
Definition at line 102 of file smsc_at.h.
Referenced by at2_destroy_modem(), at2_detect_modem_type(), and at2_read_modems().
Octstr* ModemDef::detect_string2 |
Definition at line 103 of file smsc_at.h.
Referenced by at2_destroy_modem(), at2_detect_modem_type(), and at2_read_modems().
Octstr* ModemDef::enable_hwhs |
Definition at line 107 of file smsc_at.h.
Referenced by at2_destroy_modem(), and at2_read_modems().
int ModemDef::enable_mms |
Definition at line 116 of file smsc_at.h.
Referenced by at2_read_modems().
int ModemDef::hardware_flow_control |
Definition at line 117 of file smsc_at.h.
Referenced by at2_read_modems().
Octstr* ModemDef::id |
Definition at line 100 of file smsc_at.h.
Referenced by at2_destroy_modem(), and at2_read_modems().
Octstr* ModemDef::init_string |
Definition at line 104 of file smsc_at.h.
Referenced by at2_destroy_modem(), and at2_read_modems().
Octstr* ModemDef::keepalive_cmd |
Definition at line 112 of file smsc_at.h.
Referenced by at2_destroy_modem(), and at2_read_modems().
long ModemDef::message_start |
Definition at line 115 of file smsc_at.h.
Referenced by at2_read_modems(), and at2_read_sms_memory().
Octstr* ModemDef::message_storage |
Definition at line 114 of file smsc_at.h.
Referenced by at2_destroy_modem(), and at2_read_modems().
Octstr* ModemDef::name |
Definition at line 101 of file smsc_at.h.
Referenced by at2_destroy_modem(), at2_detect_modem_type(), and at2_read_modems().
int ModemDef::need_sleep |
Definition at line 108 of file smsc_at.h.
Referenced by at2_read_modems().
int ModemDef::no_pin |
Definition at line 109 of file smsc_at.h.
Referenced by at2_read_modems().
int ModemDef::no_smsc |
Definition at line 110 of file smsc_at.h.
Referenced by at2_read_modems().
Octstr* ModemDef::reset_string |
Definition at line 105 of file smsc_at.h.
Referenced by at2_destroy_modem(), and at2_read_modems().
long ModemDef::sendline_sleep |
Definition at line 111 of file smsc_at.h.
Referenced by at2_read_modems().
long ModemDef::speed |
Definition at line 106 of file smsc_at.h.
Referenced by at2_read_modems().