MiniGUI API Reference (MiniGUI-Processes)  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 id
 
const void * data
 
size_t len_data
 

Detailed Description

A request will be sent to the server of MiniGUI-Processes.

Definition at line 1097 of file minigui.h.

Field Documentation

◆ data

const void* data

The data will be sent to the server.

Definition at line 1101 of file minigui.h.

◆ id

int id

The identifier of the type of the request.

Definition at line 1099 of file minigui.h.

◆ len_data

size_t len_data

The length of the data.

Definition at line 1103 of file minigui.h.


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