Mindstorms 3rd Party ROBOTC Drivers RobotC
[Home] [Download] [Submit a bug/suggestion] [ROBOTC Forums] [Blog] [Support this project]
Data Fields

tGetRequest Struct Reference
[HumaRobotics WiFiBlock]

#include <humarobotics-wifiblock.h>

Data Fields

tIPaddr IP
int port
tHugeByteArray URL
tBigByteArray RXData
ubyte RXDataLen
ubyte result_code

Detailed Description

Examples:

humarobotics-wifiblock-test1.c.

Definition at line 183 of file humarobotics-wifiblock.h.


Field Documentation

IP address to send request to

Examples:
humarobotics-wifiblock-test1.c.

Definition at line 185 of file humarobotics-wifiblock.h.

int port

port to send request to

Examples:
humarobotics-wifiblock-test1.c.

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

Examples:
humarobotics-wifiblock-test1.c.

Definition at line 188 of file humarobotics-wifiblock.h.

ubyte RXDataLen

Amount of received data

Examples:
humarobotics-wifiblock-test1.c.

Definition at line 189 of file humarobotics-wifiblock.h.

URL (everything after the host name)

Examples:
humarobotics-wifiblock-test1.c.

Definition at line 187 of file humarobotics-wifiblock.h.


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