Gammu internals  1.38.0
gammu-wap.h File Reference
#include <gammu-types.h>
#include <gammu-error.h>
#include <gammu-statemachine.h>
#include <stdlib.h>
Include dependency graph for gammu-wap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  GSM_WAPBookmark
 
struct  GSM_WAPSettings
 
struct  GSM_MultiWAPSettings
 

Enumerations

enum  WAPSettings_Speed { WAPSETTINGS_SPEED_9600, WAPSETTINGS_SPEED_14400, WAPSETTINGS_SPEED_AUTO }
 
enum  WAPSettings_Bearer { WAPSETTINGS_BEARER_SMS = 1, WAPSETTINGS_BEARER_DATA, WAPSETTINGS_BEARER_USSD, WAPSETTINGS_BEARER_GPRS }
 

Functions

GSM_Error GSM_EncodeURLFile (unsigned char *Buffer, size_t *Length, GSM_WAPBookmark *bookmark)
 
GSM_Error GSM_GetWAPBookmark (GSM_StateMachine *s, GSM_WAPBookmark *bookmark)
 
GSM_Error GSM_SetWAPBookmark (GSM_StateMachine *s, GSM_WAPBookmark *bookmark)
 
GSM_Error GSM_DeleteWAPBookmark (GSM_StateMachine *s, GSM_WAPBookmark *bookmark)
 
GSM_Error GSM_GetWAPSettings (GSM_StateMachine *s, GSM_MultiWAPSettings *settings)
 
GSM_Error GSM_SetWAPSettings (GSM_StateMachine *s, GSM_MultiWAPSettings *settings)
 

Detailed Description

Author
Michal Čihař

WAP data and functions.

Definition in file gammu-wap.h.