MiniGUI API Reference (MiniGUI-Standalone)  v4.0.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 1843 of file minigui.h.

Field Documentation

◆ key_nr

int key_nr

Key number in the section

Definition at line 1848 of file minigui.h.

◆ key_nr_alloc

int key_nr_alloc

Allocated number of keys

Definition at line 1846 of file minigui.h.

◆ keys

char** keys

Array of keys

Definition at line 1852 of file minigui.h.

◆ name

char* name

Name of the section

Definition at line 1850 of file minigui.h.

◆ values

char** values

Array of values

Definition at line 1854 of file minigui.h.


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