|
#include <humarobotics-wifiblock.h>
Data Fields | |
tIPaddr | IP |
int | port |
tHugeByteArray | TXData |
ubyte | TXDataLen |
tHugeByteArray | RXData |
ubyte | RXDataLen |
ubyte | result_code |
Definition at line 205 of file humarobotics-wifiblock.h.
IP address to send request to
Definition at line 207 of file humarobotics-wifiblock.h.
int port |
port to send request to
Definition at line 208 of file humarobotics-wifiblock.h.
ubyte result_code |
result code: 0 if everything was fine, 1 if there was an error
Definition at line 213 of file humarobotics-wifiblock.h.
Data to be transmitted
Definition at line 211 of file humarobotics-wifiblock.h.
ubyte RXDataLen |
Amount of data to be transmitted
Definition at line 212 of file humarobotics-wifiblock.h.
Data to be transmitted
Definition at line 209 of file humarobotics-wifiblock.h.
ubyte TXDataLen |
Amount of data to be transmitted
Definition at line 210 of file humarobotics-wifiblock.h.