Gammu API  1.38.0
_INI_Entry Struct Reference

#include <gammu-inifile.h>

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.

§ EntryValue

unsigned char* _INI_Entry::EntryValue

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

§ Next

INI_Entry* _INI_Entry::Next

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

§ Prev

INI_Entry * _INI_Entry::Prev

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


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