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

tPostRequest Struct Reference
[HumaRobotics WiFiBlock]

#include <humarobotics-wifiblock.h>

Data Fields

tIPaddr IP
int port
tHugeByteArray URL
tBigByteArray TXData
ubyte TXDataLen
ubyte result_code

Detailed Description

Examples:

humarobotics-wifiblock-test1.c.

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


Field Documentation

IP address to send request to

Examples:
humarobotics-wifiblock-test1.c.

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

int port

port to send request to

Examples:
humarobotics-wifiblock-test1.c.

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

Examples:
humarobotics-wifiblock-test1.c.

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

ubyte TXDataLen

Amount of data to be transmitted

Examples:
humarobotics-wifiblock-test1.c.

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

URL (everything after the host name)

Examples:
humarobotics-wifiblock-test1.c.

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


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