Gammu internals
1.38.0
|
#include <gammu-memory.h>
Data Fields | |
int | Location |
int | MemoryNumberID |
GSM_MemoryType | MemoryType |
int | MemoryLocation |
Structure for saving speed dials.
Definition at line 435 of file gammu-memory.h.
int GSM_SpeedDial::Location |
Number of speed dial: 2,3..,8,9
Definition at line 439 of file gammu-memory.h.
int GSM_SpeedDial::MemoryLocation |
Location in memory, where is saved used phonebook entry
Definition at line 451 of file gammu-memory.h.
Referenced by N71_65_DecodePhonebook().
int GSM_SpeedDial::MemoryNumberID |
ID of phone number used in phonebook entry
Definition at line 443 of file gammu-memory.h.
Referenced by N71_65_DecodePhonebook().
GSM_MemoryType GSM_SpeedDial::MemoryType |
Memory, where is saved used phonebook entry
Definition at line 447 of file gammu-memory.h.
Referenced by N71_65_DecodePhonebook().