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 id
 
const void * data
 
size_t len_data
 

Detailed Description

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

Definition at line 1972 of file minigui.h.

Field Documentation

◆ data

const void* data

The data will be sent to the server.

Definition at line 1976 of file minigui.h.

◆ id

int id

The identifier of the type of the request.

Definition at line 1974 of file minigui.h.

◆ len_data

size_t len_data

The length of the data.

Definition at line 1978 of file minigui.h.


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