Gammu API  1.38.0
_INI_Section Struct Reference

#include <gammu-inifile.h>

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

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

§ 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.

§ SubEntries

INI_Entry* _INI_Section::SubEntries

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


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