|
#include <humarobotics-wifiblock.h>
Data Fields | |
tIPaddr | IP |
int | sport |
int | dport |
tHugeByteArray | TXData |
ubyte | TXDataLen |
tHugeByteArray | RXData |
ubyte | RXDataLen |
ubyte | result_code |
Definition at line 217 of file humarobotics-wifiblock.h.
int dport |
port to send request to
Definition at line 221 of file humarobotics-wifiblock.h.
IP address to send request to
Definition at line 219 of file humarobotics-wifiblock.h.
ubyte result_code |
result code: 0 if everything was fine, 1 if there was an error
Definition at line 226 of file humarobotics-wifiblock.h.
Data to be transmitted
Definition at line 224 of file humarobotics-wifiblock.h.
ubyte RXDataLen |
Amount of data to be transmitted
Definition at line 225 of file humarobotics-wifiblock.h.
int sport |
port to send request from
Definition at line 220 of file humarobotics-wifiblock.h.
Data to be transmitted
Definition at line 222 of file humarobotics-wifiblock.h.
ubyte TXDataLen |
Amount of data to be transmitted
Definition at line 223 of file humarobotics-wifiblock.h.