Gammu internals  1.38.0
6510cal.h File Reference

Go to the source code of this file.

Functions

GSM_Error N6510_ReplyGetCalendarInfo (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error N6510_ReplyGetCalendar3 (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error N6510_GetNextCalendar (GSM_StateMachine *s, GSM_CalendarEntry *Note, gboolean start)
 
GSM_Error N6510_ReplyGetCalendarNotePos (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error N6510_ReplyAddCalendar3 (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error N6510_AddCalendar (GSM_StateMachine *s, GSM_CalendarEntry *Note)
 
GSM_Error N6510_GetCalendarStatus (GSM_StateMachine *s, GSM_CalendarStatus *Status)
 
GSM_Error N6510_ReplyGetNoteInfo (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error N6510_ReplyGetNote (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error N6510_GetNextNote (GSM_StateMachine *s, GSM_NoteEntry *Note, gboolean start)
 
GSM_Error N6510_DeleteNote (GSM_StateMachine *s, GSM_NoteEntry *Not)
 
GSM_Error N6510_ReplyGetNoteFirstLoc (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error N6510_ReplyAddNote (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error N6510_AddNote (GSM_StateMachine *s, GSM_NoteEntry *Not)
 
GSM_Error N6510_GetNoteStatus (GSM_StateMachine *s, GSM_ToDoStatus *status)
 
GSM_Error N6510_ReplyGetToDoStatus2 (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error N6510_ReplyGetToDoStatus1 (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error N6510_GetToDoStatus (GSM_StateMachine *s, GSM_ToDoStatus *status)
 
GSM_Error N6510_ReplyGetToDo1 (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error N6510_ReplyGetToDo2 (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error N6510_GetNextToDo (GSM_StateMachine *s, GSM_ToDoEntry *ToDo, gboolean refresh)
 
GSM_Error N6510_ReplyDeleteAllToDo1 (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error N6510_DeleteAllToDo1 (GSM_StateMachine *s)
 
GSM_Error N6510_DeleteToDo2 (GSM_StateMachine *s, GSM_ToDoEntry *ToDo)
 
GSM_Error N6510_ReplyGetToDoFirstLoc1 (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error N6510_ReplyGetToDoFirstLoc2 (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error N6510_ReplyAddToDo1 (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error N6510_ReplyAddToDo2 (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error N6510_AddToDo (GSM_StateMachine *s, GSM_ToDoEntry *ToDo)
 
GSM_Error N6510_ReplyGetCalendarSettings (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error N6510_GetCalendarSettings (GSM_StateMachine *s, GSM_CalendarSettings *settings)
 

Function Documentation

§ N6510_AddCalendar()

GSM_Error N6510_AddCalendar ( GSM_StateMachine s,
GSM_CalendarEntry Note 
)

§ N6510_AddNote()

GSM_Error N6510_AddNote ( GSM_StateMachine s,
GSM_NoteEntry Not 
)

§ N6510_AddToDo()

GSM_Error N6510_AddToDo ( GSM_StateMachine s,
GSM_ToDoEntry ToDo 
)

§ N6510_DeleteAllToDo1()

GSM_Error N6510_DeleteAllToDo1 ( GSM_StateMachine s)

§ N6510_DeleteNote()

GSM_Error N6510_DeleteNote ( GSM_StateMachine s,
GSM_NoteEntry Not 
)

§ N6510_DeleteToDo2()

GSM_Error N6510_DeleteToDo2 ( GSM_StateMachine s,
GSM_ToDoEntry ToDo 
)

§ N6510_GetCalendarSettings()

GSM_Error N6510_GetCalendarSettings ( GSM_StateMachine s,
GSM_CalendarSettings settings 
)

§ N6510_GetCalendarStatus()

GSM_Error N6510_GetCalendarStatus ( GSM_StateMachine s,
GSM_CalendarStatus Status 
)

§ N6510_GetNextCalendar()

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

§ N6510_GetNextNote()

GSM_Error N6510_GetNextNote ( GSM_StateMachine s,
GSM_NoteEntry Note,
gboolean  start 
)

§ N6510_GetNextToDo()

GSM_Error N6510_GetNextToDo ( GSM_StateMachine s,
GSM_ToDoEntry ToDo,
gboolean  refresh 
)

§ N6510_GetNoteStatus()

GSM_Error N6510_GetNoteStatus ( GSM_StateMachine s,
GSM_ToDoStatus status 
)

§ N6510_GetToDoStatus()

GSM_Error N6510_GetToDoStatus ( GSM_StateMachine s,
GSM_ToDoStatus status 
)

§ N6510_ReplyAddCalendar3()

GSM_Error N6510_ReplyAddCalendar3 ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ N6510_ReplyAddNote()

GSM_Error N6510_ReplyAddNote ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ N6510_ReplyAddToDo1()

GSM_Error N6510_ReplyAddToDo1 ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ N6510_ReplyAddToDo2()

GSM_Error N6510_ReplyAddToDo2 ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ N6510_ReplyDeleteAllToDo1()

GSM_Error N6510_ReplyDeleteAllToDo1 ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ N6510_ReplyGetCalendar3()

GSM_Error N6510_ReplyGetCalendar3 ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ N6510_ReplyGetCalendarInfo()

GSM_Error N6510_ReplyGetCalendarInfo ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ N6510_ReplyGetCalendarNotePos()

GSM_Error N6510_ReplyGetCalendarNotePos ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ N6510_ReplyGetCalendarSettings()

GSM_Error N6510_ReplyGetCalendarSettings ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ N6510_ReplyGetNote()

GSM_Error N6510_ReplyGetNote ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ N6510_ReplyGetNoteFirstLoc()

GSM_Error N6510_ReplyGetNoteFirstLoc ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ N6510_ReplyGetNoteInfo()

GSM_Error N6510_ReplyGetNoteInfo ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ N6510_ReplyGetToDo1()

GSM_Error N6510_ReplyGetToDo1 ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ N6510_ReplyGetToDo2()

GSM_Error N6510_ReplyGetToDo2 ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ N6510_ReplyGetToDoFirstLoc1()

GSM_Error N6510_ReplyGetToDoFirstLoc1 ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ N6510_ReplyGetToDoFirstLoc2()

GSM_Error N6510_ReplyGetToDoFirstLoc2 ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ N6510_ReplyGetToDoStatus1()

GSM_Error N6510_ReplyGetToDoStatus1 ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ N6510_ReplyGetToDoStatus2()

GSM_Error N6510_ReplyGetToDoStatus2 ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)