Encodes URL to VBKM file.
Parameters:
- Buffer -
Storage for text.
- Length -
Pointer to storage, will be updated.
- bookmark -
Bookmark to encode.
Return: Error code.
Reads WAP bookmark.
Parameters:
- s -
State machine pointer.
- bookmark -
Bookmark storage, need to contain location.
Return: Error code
Sets WAP bookmark.
Parameters:
- s -
State machine pointer.
- bookmark -
Bookmark data.
Return: Error code
Deletes WAP bookmark.
Parameters:
- s -
State machine pointer.
- bookmark -
Bookmark data, need to contain location.
Return: Error code
Acquires WAP settings.
Parameters:
- s -
State machine pointer.
- settings -
Settings storage.
Return: Error code
Changes WAP settings.
Parameters:
- s -
State machine pointer.
- settings -
Settings data.
Return: Error code
WAP bookmark data.
Public Membersint Location
Location where it is stored.
unsigned char Address[(255+1)*2]
Bookmark URL.
unsigned char Title[(50+1)*2]
Bookmark title.
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 -
WAP setting.
Public Memberschar 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.
Set of WAP settings.
Public Membersint 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.