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

Go to the source code of this file.

Functions

GSM_Error SIEMENS_ReplyGetBitmap (GSM_Protocol_Message *, GSM_StateMachine *)
 
GSM_Error SIEMENS_ReplySetBitmap (GSM_Protocol_Message *, GSM_StateMachine *)
 
GSM_Error SIEMENS_ReplyGetRingtone (GSM_Protocol_Message *, GSM_StateMachine *)
 
GSM_Error SIEMENS_ReplySetRingtone (GSM_Protocol_Message *, GSM_StateMachine *)
 
GSM_Error SIEMENS_GetBitmap (GSM_StateMachine *, GSM_Bitmap *)
 
GSM_Error SIEMENS_SetBitmap (GSM_StateMachine *, GSM_Bitmap *)
 
GSM_Error SIEMENS_GetRingtone (GSM_StateMachine *, GSM_Ringtone *, gboolean)
 
GSM_Error SIEMENS_SetRingtone (GSM_StateMachine *, GSM_Ringtone *, int *)
 
GSM_Error SIEMENS_ReplyGetNextCalendar (GSM_Protocol_Message *, GSM_StateMachine *)
 
GSM_Error SIEMENS_ReplyAddCalendarNote (GSM_Protocol_Message *, GSM_StateMachine *)
 
GSM_Error SIEMENS_ReplyDelCalendarNote (GSM_Protocol_Message *, GSM_StateMachine *)
 
GSM_Error SIEMENS_GetNextCalendar (GSM_StateMachine *, GSM_CalendarEntry *, gboolean)
 
GSM_Error SIEMENS_SetCalendarNote (GSM_StateMachine *, GSM_CalendarEntry *)
 
GSM_Error SIEMENS_AddCalendarNote (GSM_StateMachine *, GSM_CalendarEntry *)
 
GSM_Error SIEMENS_DelCalendarNote (GSM_StateMachine *, GSM_CalendarEntry *)
 
GSM_Error SIEMENS_GetCalendar (GSM_StateMachine *, GSM_CalendarEntry *)
 
GSM_Error SIEMENS_ReplyGetMemory (GSM_Protocol_Message *, GSM_StateMachine *)
 
GSM_Error SIEMENS_ReplyGetMemoryInfo (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error SIEMENS_SetMemory (GSM_StateMachine *s, GSM_MemoryEntry *entry)
 
GSM_Error SIEMENS_ReplySetMemory (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 

Function Documentation

§ SIEMENS_AddCalendarNote()

GSM_Error SIEMENS_AddCalendarNote ( GSM_StateMachine ,
GSM_CalendarEntry  
)

§ SIEMENS_DelCalendarNote()

GSM_Error SIEMENS_DelCalendarNote ( GSM_StateMachine ,
GSM_CalendarEntry  
)

§ SIEMENS_GetBitmap()

GSM_Error SIEMENS_GetBitmap ( GSM_StateMachine ,
GSM_Bitmap  
)

§ SIEMENS_GetCalendar()

GSM_Error SIEMENS_GetCalendar ( GSM_StateMachine ,
GSM_CalendarEntry  
)

§ SIEMENS_GetNextCalendar()

GSM_Error SIEMENS_GetNextCalendar ( GSM_StateMachine ,
GSM_CalendarEntry ,
gboolean   
)

§ SIEMENS_GetRingtone()

GSM_Error SIEMENS_GetRingtone ( GSM_StateMachine ,
GSM_Ringtone ,
gboolean   
)

§ SIEMENS_ReplyAddCalendarNote()

GSM_Error SIEMENS_ReplyAddCalendarNote ( GSM_Protocol_Message ,
GSM_StateMachine  
)

§ SIEMENS_ReplyDelCalendarNote()

GSM_Error SIEMENS_ReplyDelCalendarNote ( GSM_Protocol_Message ,
GSM_StateMachine  
)

§ SIEMENS_ReplyGetBitmap()

GSM_Error SIEMENS_ReplyGetBitmap ( GSM_Protocol_Message ,
GSM_StateMachine  
)

§ SIEMENS_ReplyGetMemory()

GSM_Error SIEMENS_ReplyGetMemory ( GSM_Protocol_Message ,
GSM_StateMachine  
)

§ SIEMENS_ReplyGetMemoryInfo()

GSM_Error SIEMENS_ReplyGetMemoryInfo ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ SIEMENS_ReplyGetNextCalendar()

GSM_Error SIEMENS_ReplyGetNextCalendar ( GSM_Protocol_Message ,
GSM_StateMachine  
)

§ SIEMENS_ReplyGetRingtone()

GSM_Error SIEMENS_ReplyGetRingtone ( GSM_Protocol_Message ,
GSM_StateMachine  
)

§ SIEMENS_ReplySetBitmap()

GSM_Error SIEMENS_ReplySetBitmap ( GSM_Protocol_Message ,
GSM_StateMachine  
)

§ SIEMENS_ReplySetMemory()

GSM_Error SIEMENS_ReplySetMemory ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ SIEMENS_ReplySetRingtone()

GSM_Error SIEMENS_ReplySetRingtone ( GSM_Protocol_Message ,
GSM_StateMachine  
)

§ SIEMENS_SetBitmap()

GSM_Error SIEMENS_SetBitmap ( GSM_StateMachine ,
GSM_Bitmap  
)

§ SIEMENS_SetCalendarNote()

GSM_Error SIEMENS_SetCalendarNote ( GSM_StateMachine ,
GSM_CalendarEntry  
)

§ SIEMENS_SetMemory()

GSM_Error SIEMENS_SetMemory ( GSM_StateMachine s,
GSM_MemoryEntry entry 
)

§ SIEMENS_SetRingtone()

GSM_Error SIEMENS_SetRingtone ( GSM_StateMachine ,
GSM_Ringtone ,
int *   
)