Gammu internals  1.38.0
_INI_Entry Struct Reference

#include <gammu-inifile.h>

Collaboration diagram for _INI_Entry:

Data Fields

INI_EntryNext
 
INI_EntryPrev
 
unsigned char * EntryName
 
unsigned char * EntryValue
 

Detailed Description

Structure used to save value for single key in INI style file

Todo:
This should be probably private.

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

Field Documentation

§ EntryName

unsigned char* _INI_Entry::EntryName

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

Referenced by INI_Free_Entries(), INI_GetValue(), and INI_ReadFile().

§ EntryValue

unsigned char* _INI_Entry::EntryValue

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

Referenced by INI_Free_Entries(), INI_GetValue(), and INI_ReadFile().

§ Next

INI_Entry* _INI_Entry::Next

§ Prev

INI_Entry * _INI_Entry::Prev

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

Referenced by INI_ReadFile().


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