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

tTCPRequest Struct Reference
[HumaRobotics WiFiBlock]

#include <humarobotics-wifiblock.h>

Data Fields

tIPaddr IP
int port
tHugeByteArray TXData
ubyte TXDataLen
tHugeByteArray RXData
ubyte RXDataLen
ubyte result_code

Detailed Description

Examples:

humarobotics-wifiblock-test1.c.

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


Field Documentation

IP address to send request to

Examples:
humarobotics-wifiblock-test1.c.

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

int port

port to send request to

Examples:
humarobotics-wifiblock-test1.c.

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

ubyte result_code

result code: 0 if everything was fine, 1 if there was an error

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

Data to be transmitted

Examples:
humarobotics-wifiblock-test1.c.

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

ubyte RXDataLen

Amount of data to be transmitted

Examples:
humarobotics-wifiblock-test1.c.

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

Data to be transmitted

Examples:
humarobotics-wifiblock-test1.c.

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

ubyte TXDataLen

Amount of data to be transmitted

Examples:
humarobotics-wifiblock-test1.c.

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


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