MiniGUI API Reference (MiniGUI-Processes)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields

#include <minigui.h>

Data Fields

int key_nr_alloc
 
int key_nr
 
char * name
 
char ** keys
 
char ** values
 

Detailed Description

Etc The current config section information

Definition at line 1828 of file minigui.h.

Field Documentation

int key_nr

Key number in the section

Definition at line 1833 of file minigui.h.

int key_nr_alloc

Allocated number of keys

Definition at line 1831 of file minigui.h.

char** keys

Array of keys

Definition at line 1837 of file minigui.h.

char* name

Name of the section

Definition at line 1835 of file minigui.h.

char** values

Array of values

Definition at line 1839 of file minigui.h.


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