Gammu internals
1.38.0
|
#include <gammu-datetime.h>
#include <gammu-limits.h>
#include <gammu-bitmap.h>
#include <gammu-debug.h>
Go to the source code of this file.
Data Structures | |
struct | GSM_MemoryStatus |
struct | GSM_SubMemoryEntry |
struct | GSM_MemoryEntry |
struct | GSM_SpeedDial |
Macros | |
#define | GSM_MemoryTypeToString(x) |
Memory data and functions.
Definition in file gammu-memory.h.
void GSM_FreeMemoryEntry | ( | GSM_MemoryEntry * | Entry | ) |
Frees any dynamically allocated memory inside memory entry structure.
[in] | Entry | Pointer to memory entry to process. |
Definition at line 1089 of file gsmpbk.c.
References GSM_BinaryPicture::Buffer, GSM_MemoryEntry::Entries, GSM_MemoryEntry::EntriesNum, GSM_SubMemoryEntry::EntryType, GSM_BinaryPicture::Length, PBK_Photo, and GSM_SubMemoryEntry::Picture.
GSM_MemoryType GSM_StringToMemoryType | ( | const char * | s | ) |
Converts memory type from string.
s | String with memory type. |
Definition at line 16 of file gsmpbk.c.
References MEM_DC, MEM_FD, MEM_MC, MEM_ME, MEM_MT, MEM_ON, MEM_QD, MEM_RC, MEM_SL, MEM_SM, and MEM_VM.
Referenced by GSM_DecodeVCARD().