MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
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 2911 of file minigui.h.

Field Documentation

◆ key_nr

int key_nr

Key number in the section

Definition at line 2916 of file minigui.h.

◆ key_nr_alloc

int key_nr_alloc

Allocated number of keys

Definition at line 2914 of file minigui.h.

◆ keys

char** keys

Array of keys

Definition at line 2920 of file minigui.h.

◆ name

char* name

Name of the section

Definition at line 2918 of file minigui.h.

◆ values

char** values

Array of values

Definition at line 2922 of file minigui.h.


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