WAP bookmars and settings manipulations.
§ WAPSettings_Bearer
Connection bearer configuration.
Enumerator |
---|
WAPSETTINGS_BEARER_SMS | |
WAPSETTINGS_BEARER_DATA | |
WAPSETTINGS_BEARER_USSD | |
WAPSETTINGS_BEARER_GPRS | |
Definition at line 63 of file gammu-wap.h.
§ WAPSettings_Speed
Connection speed configuration.
Enumerator |
---|
WAPSETTINGS_SPEED_9600 | |
WAPSETTINGS_SPEED_14400 | |
WAPSETTINGS_SPEED_AUTO | |
Definition at line 52 of file gammu-wap.h.
§ GSM_DeleteWAPBookmark()
Deletes WAP bookmark.
- Parameters
-
s | State machine pointer. |
bookmark | Bookmark data, need to contain location. |
- Returns
- Error code
§ GSM_EncodeURLFile()
Encodes URL to VBKM file.
- Parameters
-
Buffer | Storage for text. |
Length | Pointer to storage, will be updated. |
bookmark | Bookmark to encode. |
- Returns
- Error code.
§ GSM_GetWAPBookmark()
Reads WAP bookmark.
- Parameters
-
s | State machine pointer. |
bookmark | Bookmark storage, need to contain location. |
- Returns
- Error code
§ GSM_GetWAPSettings()
Acquires WAP settings.
- Parameters
-
s | State machine pointer. |
settings | Settings storage. |
- Returns
- Error code
§ GSM_SetWAPBookmark()
Sets WAP bookmark.
- Parameters
-
s | State machine pointer. |
bookmark | Bookmark data. |
- Returns
- Error code
§ GSM_SetWAPSettings()
Changes WAP settings.
- Parameters
-
s | State machine pointer. |
settings | Settings data. |
- Returns
- Error code