|
Gammu internals
1.38.0
|
#include <gammu-types.h>#include <gammu-error.h>#include <gammu-statemachine.h>#include <stdlib.h>

Go to the source code of this file.
Data Structures | |
| struct | GSM_WAPBookmark |
| struct | GSM_WAPSettings |
| struct | GSM_MultiWAPSettings |
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) |
WAP data and functions.
Definition in file gammu-wap.h.