MiniGUI API Reference (MiniGUI-Standalone)  v5.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 2804 of file minigui.h.

Field Documentation

◆ key_nr

int key_nr

Key number in the section

Definition at line 2809 of file minigui.h.

◆ key_nr_alloc

int key_nr_alloc

Allocated number of keys

Definition at line 2807 of file minigui.h.

◆ keys

char** keys

Array of keys

Definition at line 2813 of file minigui.h.

◆ name

char* name

Name of the section

Definition at line 2811 of file minigui.h.

◆ values

char** values

Array of values

Definition at line 2815 of file minigui.h.


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