Gammu internals  1.38.0
samsung.h File Reference
#include "../../gsmstate.h"
Include dependency graph for samsung.h:

Go to the source code of this file.

Functions

GSM_Error SAMSUNG_ReplyGetRingtone (GSM_Protocol_Message *, GSM_StateMachine *)
 
GSM_Error SAMSUNG_ReplySetRingtone (GSM_Protocol_Message *, GSM_StateMachine *)
 
GSM_Error SAMSUNG_ReplyGetBitmap (GSM_Protocol_Message *, GSM_StateMachine *)
 
GSM_Error SAMSUNG_ReplySetBitmap (GSM_Protocol_Message *, GSM_StateMachine *)
 
GSM_Error SAMSUNG_GetRingtone (GSM_StateMachine *, GSM_Ringtone *, gboolean)
 
GSM_Error SAMSUNG_SetRingtone (GSM_StateMachine *, GSM_Ringtone *, int *)
 
GSM_Error SAMSUNG_GetBitmap (GSM_StateMachine *, GSM_Bitmap *)
 
GSM_Error SAMSUNG_SetBitmap (GSM_StateMachine *, GSM_Bitmap *)
 
GSM_Error SAMSUNG_GetCallLogs (GSM_StateMachine *, GSM_MemoryEntry *, int)
 
GSM_Error SAMSUNG_ReplyGetMemoryInfo (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error SAMSUNG_ReplyGetMemory (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error SAMSUNG_SetMemory (GSM_StateMachine *s, GSM_MemoryEntry *entry)
 
GSM_Error SAMSUNG_ORG_ReplyGetCalendar (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error SAMSUNG_GetNextCalendar (GSM_StateMachine *s, GSM_CalendarEntry *Note, gboolean start)
 
GSM_Error SAMSUNG_ORG_ReplyGetCalendarStatus (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error SAMSUNG_GetCalendarStatus (GSM_StateMachine *s, GSM_CalendarStatus *Status)
 
GSM_Error SAMSUNG_GetCalendar (GSM_StateMachine *s, GSM_CalendarEntry *Note)
 
GSM_Error SAMSUNG_ORG_ReplySetCalendar (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error SAMSUNG_DelCalendar (GSM_StateMachine *s, GSM_CalendarEntry *Note)
 
GSM_Error SAMSUNG_SetCalendar (GSM_StateMachine *s, GSM_CalendarEntry *Note)
 
GSM_Error SAMSUNG_AddCalendar (GSM_StateMachine *s, GSM_CalendarEntry *Note)
 
GSM_Error SAMSUNG_SSH_ReplyGetCalendar (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error SAMSUNG_SSH_ReplyGetCalendarStatus (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error SAMSUNG_ParseAniversary (GSM_StateMachine *s, const char *line)
 
GSM_Error SAMSUNG_ParseTask (GSM_StateMachine *s, const char *line)
 
GSM_Error SAMSUNG_ParseAppointment (GSM_StateMachine *s, const char *line)
 

Function Documentation

§ SAMSUNG_AddCalendar()

GSM_Error SAMSUNG_AddCalendar ( GSM_StateMachine s,
GSM_CalendarEntry Note 
)

§ SAMSUNG_DelCalendar()

GSM_Error SAMSUNG_DelCalendar ( GSM_StateMachine s,
GSM_CalendarEntry Note 
)

§ SAMSUNG_GetBitmap()

GSM_Error SAMSUNG_GetBitmap ( GSM_StateMachine ,
GSM_Bitmap  
)

§ SAMSUNG_GetCalendar()

GSM_Error SAMSUNG_GetCalendar ( GSM_StateMachine s,
GSM_CalendarEntry Note 
)

§ SAMSUNG_GetCalendarStatus()

GSM_Error SAMSUNG_GetCalendarStatus ( GSM_StateMachine s,
GSM_CalendarStatus Status 
)

§ SAMSUNG_GetCallLogs()

GSM_Error SAMSUNG_GetCallLogs ( GSM_StateMachine ,
GSM_MemoryEntry ,
int   
)

§ SAMSUNG_GetNextCalendar()

GSM_Error SAMSUNG_GetNextCalendar ( GSM_StateMachine s,
GSM_CalendarEntry Note,
gboolean  start 
)

§ SAMSUNG_GetRingtone()

GSM_Error SAMSUNG_GetRingtone ( GSM_StateMachine ,
GSM_Ringtone ,
gboolean   
)

§ SAMSUNG_ORG_ReplyGetCalendar()

GSM_Error SAMSUNG_ORG_ReplyGetCalendar ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ SAMSUNG_ORG_ReplyGetCalendarStatus()

GSM_Error SAMSUNG_ORG_ReplyGetCalendarStatus ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ SAMSUNG_ORG_ReplySetCalendar()

GSM_Error SAMSUNG_ORG_ReplySetCalendar ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ SAMSUNG_ParseAniversary()

GSM_Error SAMSUNG_ParseAniversary ( GSM_StateMachine s,
const char *  line 
)

§ SAMSUNG_ParseAppointment()

GSM_Error SAMSUNG_ParseAppointment ( GSM_StateMachine s,
const char *  line 
)

§ SAMSUNG_ParseTask()

GSM_Error SAMSUNG_ParseTask ( GSM_StateMachine s,
const char *  line 
)

§ SAMSUNG_ReplyGetBitmap()

GSM_Error SAMSUNG_ReplyGetBitmap ( GSM_Protocol_Message ,
GSM_StateMachine  
)

§ SAMSUNG_ReplyGetMemory()

GSM_Error SAMSUNG_ReplyGetMemory ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ SAMSUNG_ReplyGetMemoryInfo()

GSM_Error SAMSUNG_ReplyGetMemoryInfo ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ SAMSUNG_ReplyGetRingtone()

GSM_Error SAMSUNG_ReplyGetRingtone ( GSM_Protocol_Message ,
GSM_StateMachine  
)

§ SAMSUNG_ReplySetBitmap()

GSM_Error SAMSUNG_ReplySetBitmap ( GSM_Protocol_Message ,
GSM_StateMachine  
)

§ SAMSUNG_ReplySetRingtone()

GSM_Error SAMSUNG_ReplySetRingtone ( GSM_Protocol_Message ,
GSM_StateMachine  
)

§ SAMSUNG_SetBitmap()

GSM_Error SAMSUNG_SetBitmap ( GSM_StateMachine ,
GSM_Bitmap  
)

§ SAMSUNG_SetCalendar()

GSM_Error SAMSUNG_SetCalendar ( GSM_StateMachine s,
GSM_CalendarEntry Note 
)

§ SAMSUNG_SetMemory()

GSM_Error SAMSUNG_SetMemory ( GSM_StateMachine s,
GSM_MemoryEntry entry 
)

§ SAMSUNG_SetRingtone()

GSM_Error SAMSUNG_SetRingtone ( GSM_StateMachine ,
GSM_Ringtone ,
int *   
)

§ SAMSUNG_SSH_ReplyGetCalendar()

GSM_Error SAMSUNG_SSH_ReplyGetCalendar ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ SAMSUNG_SSH_ReplyGetCalendarStatus()

GSM_Error SAMSUNG_SSH_ReplyGetCalendarStatus ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)