Gammu internals
1.38.0
|
#include <gammu-wap.h>
Data Fields | |
char | Title [(20+1) *2] |
char | HomePage [(100+1) *2] |
WAPSettings_Bearer | Bearer |
gboolean | IsSecurity |
gboolean | IsContinuous |
gboolean | IsISDNCall |
gboolean | IsNormalAuthentication |
char | Server [(21+1) *2] |
char | Service [(20+1) *2] |
gboolean | IsIP |
char | Code [(10+1) *2] |
char | IPAddress [(20+1) *2] |
gboolean | ManualLogin |
char | DialUp [(20+1) *2] |
char | User [(50+1) *2] |
char | Password [(50+1) *2] |
WAPSettings_Speed | Speed |
WAP setting.
Definition at line 75 of file gammu-wap.h.
WAPSettings_Bearer GSM_WAPSettings::Bearer |
Bearer of WAP connection.
Definition at line 87 of file gammu-wap.h.
Referenced by NOKIA_EncodeWAPMMSSettingsSMSText().
char GSM_WAPSettings::Code[(10+1) *2] |
Code for ussd bearer.
Definition at line 123 of file gammu-wap.h.
char GSM_WAPSettings::DialUp[(20+1) *2] |
Dial up number for data or gprs.
Definition at line 136 of file gammu-wap.h.
Referenced by NOKIA_EncodeWAPMMSSettingsSMSText().
char GSM_WAPSettings::HomePage[(100+1) *2] |
Home page.
Definition at line 83 of file gammu-wap.h.
Referenced by NOKIA_EncodeWAPMMSSettingsSMSText().
char GSM_WAPSettings::IPAddress[(20+1) *2] |
IP address for data or gprs.
Definition at line 128 of file gammu-wap.h.
Referenced by NOKIA_EncodeWAPMMSSettingsSMSText().
gboolean GSM_WAPSettings::IsContinuous |
Is this connectin continuous?
Definition at line 95 of file gammu-wap.h.
Referenced by NOKIA_EncodeWAPMMSSettingsSMSText().
gboolean GSM_WAPSettings::IsIP |
Whether is IP, for sms or ussd bearer.
Definition at line 118 of file gammu-wap.h.
gboolean GSM_WAPSettings::IsISDNCall |
Whether is ISDN for data bearer
Definition at line 100 of file gammu-wap.h.
Referenced by NOKIA_EncodeWAPMMSSettingsSMSText().
gboolean GSM_WAPSettings::IsNormalAuthentication |
Whether is normal auth for data bearer
Definition at line 104 of file gammu-wap.h.
Referenced by NOKIA_EncodeWAPMMSSettingsSMSText().
gboolean GSM_WAPSettings::IsSecurity |
Secure connection?
Definition at line 91 of file gammu-wap.h.
Referenced by NOKIA_EncodeWAPMMSSettingsSMSText().
gboolean GSM_WAPSettings::ManualLogin |
Login for data or gprs.
Definition at line 132 of file gammu-wap.h.
Referenced by NOKIA_EncodeWAPMMSSettingsSMSText().
char GSM_WAPSettings::Password[(50+1) *2] |
User password for data or gprs.
Definition at line 148 of file gammu-wap.h.
Referenced by NOKIA_EncodeWAPMMSSettingsSMSText().
char GSM_WAPSettings::Server[(21+1) *2] |
Server for sms bearer.
Definition at line 109 of file gammu-wap.h.
char GSM_WAPSettings::Service[(20+1) *2] |
Service for sms or ussd bearer.
Definition at line 114 of file gammu-wap.h.
WAPSettings_Speed GSM_WAPSettings::Speed |
Speed settings for data or gprs.
Definition at line 152 of file gammu-wap.h.
Referenced by NOKIA_EncodeWAPMMSSettingsSMSText().
char GSM_WAPSettings::Title[(20+1) *2] |
Settings name.
Definition at line 79 of file gammu-wap.h.
Referenced by NOKIA_EncodeWAPMMSSettingsSMSText().
char GSM_WAPSettings::User[(50+1) *2] |
User name for data or gprs.
Definition at line 142 of file gammu-wap.h.
Referenced by NOKIA_EncodeWAPMMSSettingsSMSText().