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

tUDPRequest Struct Reference
[HumaRobotics WiFiBlock]

#include <humarobotics-wifiblock.h>

Data Fields

tIPaddr IP
int sport
int dport
tHugeByteArray TXData
ubyte TXDataLen
tHugeByteArray RXData
ubyte RXDataLen
ubyte result_code

Detailed Description

Examples:

humarobotics-wifiblock-test1.c.

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


Field Documentation

int dport

port to send request to

Examples:
humarobotics-wifiblock-test1.c.

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

IP address to send request to

Examples:
humarobotics-wifiblock-test1.c.

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

ubyte result_code

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

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

Data to be transmitted

Examples:
humarobotics-wifiblock-test1.c.

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

ubyte RXDataLen

Amount of data to be transmitted

Examples:
humarobotics-wifiblock-test1.c.

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

int sport

port to send request from

Examples:
humarobotics-wifiblock-test1.c.

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

Data to be transmitted

Examples:
humarobotics-wifiblock-test1.c.

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

ubyte TXDataLen

Amount of data to be transmitted

Examples:
humarobotics-wifiblock-test1.c.

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


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