MiniGUI API Reference (MiniGUI-Processes)  v3.2.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 1087 of file minigui.h.

Field Documentation

const void* data

The data will be sent to the server.

Definition at line 1091 of file minigui.h.

int id

The identifier of the type of the request.

Definition at line 1089 of file minigui.h.

size_t len_data

The length of the data.

Definition at line 1093 of file minigui.h.


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