|
#include <humarobotics-wifiblock.h>
Data Fields | |
tIPaddr | IP |
int | port |
tHugeByteArray | URL |
tBigByteArray | RXData |
ubyte | RXDataLen |
ubyte | result_code |
Definition at line 183 of file humarobotics-wifiblock.h.
IP address to send request to
Definition at line 185 of file humarobotics-wifiblock.h.
int port |
port to send request to
Definition at line 186 of file humarobotics-wifiblock.h.
ubyte result_code |
HTTP result code
Definition at line 190 of file humarobotics-wifiblock.h.
Received data
Definition at line 188 of file humarobotics-wifiblock.h.
ubyte RXDataLen |
Amount of received data
Definition at line 189 of file humarobotics-wifiblock.h.
URL (everything after the host name)
Definition at line 187 of file humarobotics-wifiblock.h.