Go to the documentation of this file.
7 #ifndef __gammu_memory_h
8 #define __gammu_memory_h
86 #define GSM_MemoryTypeToString(x) \
87 ((x) == MEM_ME ? "ME" : \
88 ((x) == MEM_SM ? "SM" : \
89 ((x) == MEM_ON ? "ON" : \
90 ((x) == MEM_DC ? "DC" : \
91 ((x) == MEM_RC ? "RC" : \
92 ((x) == MEM_MC ? "MC" : \
93 ((x) == MEM_MT ? "MT" : \
94 ((x) == MEM_FD ? "FD" : \
95 ((x) == MEM_VM ? "VM" : \
96 ((x) == MEM_QD ? "QD" : \
97 ((x) == MEM_SL ? "SL" : "XX")))))))))))
586 int *Name,
int *Number,
636 const size_t buff_len,
size_t * Pos,