Gammu internals
1.38.0
|
Functions | |
GSM_Error | MOBEX_GetStatus (GSM_StateMachine *s, const char *path, unsigned char type, int *free_records, int *used) |
GSM_Error | MOBEX_CreateEntry (GSM_StateMachine *s, const char *path, unsigned char type, int *location, const char *data) |
GSM_Error | MOBEX_UpdateEntry (GSM_StateMachine *s, const char *path, const int location, unsigned char type, const char *data) |
GSM_Error | MOBEX_GetMemory (GSM_StateMachine *s, GSM_MemoryEntry *Entry) |
GSM_Error | MOBEX_GetNextMemory (GSM_StateMachine *s, GSM_MemoryEntry *Entry, gboolean start) |
GSM_Error | MOBEX_GetCalendar (GSM_StateMachine *s, GSM_CalendarEntry *Entry) |
GSM_Error | MOBEX_GetTodo (GSM_StateMachine *s, GSM_ToDoEntry *Entry) |
GSM_Error | MOBEX_GetNextCalendar (GSM_StateMachine *s, GSM_CalendarEntry *Entry, gboolean start) |
GSM_Error | MOBEX_GetNextTodo (GSM_StateMachine *s, GSM_ToDoEntry *Entry, gboolean start) |
Implementation of m-obex protocol used by Samsung phones.
GSM_Error MOBEX_CreateEntry | ( | GSM_StateMachine * | s, |
const char * | path, | ||
unsigned char | type, | ||
int * | location, | ||
const char * | data | ||
) |
Creates an entry.
GSM_Error MOBEX_GetCalendar | ( | GSM_StateMachine * | s, |
GSM_CalendarEntry * | Entry | ||
) |
Reads calendar entry using m-obex.
GSM_Error MOBEX_GetMemory | ( | GSM_StateMachine * | s, |
GSM_MemoryEntry * | Entry | ||
) |
Reads memory entry using m-obex.
GSM_Error MOBEX_GetNextCalendar | ( | GSM_StateMachine * | s, |
GSM_CalendarEntry * | Entry, | ||
gboolean | start | ||
) |
Reads next calendar entry using m-obex.
GSM_Error MOBEX_GetNextMemory | ( | GSM_StateMachine * | s, |
GSM_MemoryEntry * | Entry, | ||
gboolean | start | ||
) |
Reads next memory entry using m-obex.
GSM_Error MOBEX_GetNextTodo | ( | GSM_StateMachine * | s, |
GSM_ToDoEntry * | Entry, | ||
gboolean | start | ||
) |
Reads next todo entry using m-obex.
GSM_Error MOBEX_GetStatus | ( | GSM_StateMachine * | s, |
const char * | path, | ||
unsigned char | type, | ||
int * | free_records, | ||
int * | used | ||
) |
Returns status of given memory.
GSM_Error MOBEX_GetTodo | ( | GSM_StateMachine * | s, |
GSM_ToDoEntry * | Entry | ||
) |
Reads todo entry using m-obex.
GSM_Error MOBEX_UpdateEntry | ( | GSM_StateMachine * | s, |
const char * | path, | ||
const int | location, | ||
unsigned char | type, | ||
const char * | data | ||
) |
Updates an entry.