Gammu internals  1.38.0
_INI_Section Struct Reference

#include <gammu-inifile.h>

Collaboration diagram for _INI_Section:

Data Fields

INI_SectionNext
 
INI_SectionPrev
 
INI_EntrySubEntries
 
unsigned char * SectionName
 

Detailed Description

Structure used to save section in INI style file

Todo:
This should be probably private.

Definition at line 52 of file gammu-inifile.h.

Field Documentation

§ Next

INI_Section* _INI_Section::Next

§ Prev

INI_Section * _INI_Section::Prev

Definition at line 53 of file gammu-inifile.h.

§ SectionName

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().

§ SubEntries

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().


The documentation for this struct was generated from the following file: