Encodes URL to VBKM file.
Parameters: |
|
---|---|
Return: | Error code. |
Reads WAP bookmark.
Parameters: |
|
---|---|
Return: | Error code |
Sets WAP bookmark.
Parameters: |
|
---|---|
Return: | Error code |
Deletes WAP bookmark.
Parameters: |
|
---|---|
Return: | Error code |
Acquires WAP settings.
Parameters: |
|
---|---|
Return: | Error code |
Changes WAP settings.
Parameters: |
|
---|---|
Return: | Error code |
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.
Connection speed configuration.
Values:
Connection bearer configuration.
Values:
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.
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.