WAP¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_EncodeURLFile” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_EncodeURLFile(unsigned char *, size_t *, GSM_WAPBookmark *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_GetWAPBookmark” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_GetWAPBookmark(GSM_StateMachine *, GSM_WAPBookmark *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_SetWAPBookmark” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_SetWAPBookmark(GSM_StateMachine *, GSM_WAPBookmark *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_DeleteWAPBookmark” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_DeleteWAPBookmark(GSM_StateMachine *, GSM_WAPBookmark *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_GetWAPSettings” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_GetWAPSettings(GSM_StateMachine *, GSM_MultiWAPSettings *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_SetWAPSettings” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_SetWAPSettings(GSM_StateMachine *, GSM_MultiWAPSettings *)
-
struct
GSM_WAPBookmark
WAP bookmark data.
Public Members
-
int
Location
Location where it is stored.
-
unsigned char
Address
[(255+1)*2] Bookmark URL.
-
unsigned char
Title
[(50+1)*2] Bookmark title.
-
int
- WAPSettings_Speed enum
Connection speed configuration.
Values:
WAPSETTINGS_SPEED_9600
-WAPSETTINGS_SPEED_14400
-WAPSETTINGS_SPEED_AUTO
-
- WAPSettings_Bearer enum
Connection bearer configuration.
Values:
WAPSETTINGS_BEARER_SMS
= = 1
-WAPSETTINGS_BEARER_DATA
-WAPSETTINGS_BEARER_USSD
-WAPSETTINGS_BEARER_GPRS
-
-
struct
GSM_WAPSettings
WAP setting.
Public Members
-
char
Title
[(20+1)*2] Settings name.
-
char
HomePage
[(100+1)*2] Home page.
-
WAPSettings_Bearer
Bearer
Bearer of WAP connection.
-
gboolean
IsSecurity
Secure connection?
-
gboolean
IsContinuous
Is this connectin continuous?
-
gboolean
IsISDNCall
Whether is ISDN for data bearer
-
gboolean
IsNormalAuthentication
Whether is normal auth for data bearer
-
char
Server
[(21+1)*2] Server for sms bearer.
-
char
Service
[(20+1)*2] Service for sms or ussd bearer.
-
gboolean
IsIP
Whether is IP, for sms or ussd bearer.
-
char
Code
[(10+1)*2] Code for ussd bearer.
-
char
IPAddress
[(20+1)*2] IP address for data or gprs.
-
gboolean
ManualLogin
Login for data or gprs.
-
char
DialUp
[(20+1)*2] Dial up number for data or gprs.
-
char
User
[(50+1)*2] User name for data or gprs.
-
char
Password
[(50+1)*2] User password for data or gprs.
-
WAPSettings_Speed
Speed
Speed settings for data or gprs.
-
char
-
struct
GSM_MultiWAPSettings
Set of WAP settings.
Public Members
-
int
Location
Location.
-
unsigned char
Number
Number of elements in Settings.
-
GSM_WAPSettings
Settings
[4] Real WAP settings.
-
gboolean
Active
Whether this configuration is active.
-
gboolean
ReadOnly
Whether this configuration is read only.
-
char
Proxy
[(100+1)*2] Proxy server.
-
int
ProxyPort
Proxy port.
-
char
Proxy2
[(100+1)*2] Second proxy server.
-
int
Proxy2Port
Second proxy port.
-
WAPSettings_Bearer
ActiveBearer
Bearer of current connection.
-
int