Gammu internals
1.38.0
|
#include <gammu-inifile.h>
Data Fields | |
INI_Section * | Next |
INI_Section * | Prev |
INI_Entry * | SubEntries |
unsigned char * | SectionName |
Structure used to save section in INI style file
Definition at line 52 of file gammu-inifile.h.
INI_Section* _INI_Section::Next |
Definition at line 53 of file gammu-inifile.h.
Referenced by GSM_ReadConfig(), INI_FindLastSectionEntry(), INI_Free(), INI_GetValue(), and INI_ReadFile().
INI_Section * _INI_Section::Prev |
Definition at line 53 of file gammu-inifile.h.
unsigned char* _INI_Section::SectionName |
Definition at line 55 of file gammu-inifile.h.
Referenced by GSM_ReadConfig(), INI_FindLastSectionEntry(), INI_Free(), and INI_GetValue().
INI_Entry* _INI_Section::SubEntries |
Definition at line 54 of file gammu-inifile.h.
Referenced by INI_FindLastSectionEntry(), INI_Free(), INI_GetValue(), and INI_ReadFile().