Gammu internals
1.38.0
|
#include <gammu-calendar.h>
Data Fields | |
int | Location |
char | Text [(GSM_MAX_NOTE_TEXT_LENGTH+1) *2] |
Note entry.
Definition at line 498 of file gammu-calendar.h.
int GSM_NoteEntry::Location |
Location in memory.
Definition at line 502 of file gammu-calendar.h.
Referenced by DUMMY_AddNote(), DUMMY_GetNextNote(), DUMMY_GetNote(), and DUMMY_NotePath().
char GSM_NoteEntry::Text[(GSM_MAX_NOTE_TEXT_LENGTH+1) *2] |
Text of note.
Definition at line 506 of file gammu-calendar.h.
Referenced by GSM_DecodeVNOTE(), and GSM_EncodeVNTFile().