| ||||||
#include <humarobotics-wifiblock.h>
Data Fields | |
| tIPaddr | IP |
| int | port |
| tHugeByteArray | URL |
| tBigByteArray | TXData |
| ubyte | TXDataLen |
| ubyte | result_code |
Definition at line 194 of file humarobotics-wifiblock.h.
IP address to send request to
Definition at line 196 of file humarobotics-wifiblock.h.
| int port |
port to send request to
Definition at line 197 of file humarobotics-wifiblock.h.
| ubyte result_code |
HTTP result code
Definition at line 201 of file humarobotics-wifiblock.h.
Data to be transmitted
Definition at line 199 of file humarobotics-wifiblock.h.
| ubyte TXDataLen |
Amount of data to be transmitted
Definition at line 200 of file humarobotics-wifiblock.h.
URL (everything after the host name)
Definition at line 198 of file humarobotics-wifiblock.h.
1.7.2