David Rimer / RadioHead-148
Embed: (wiki syntax)

« Back to documentation index

RHTcpMessage Struct Reference

RHTcpMessage Struct Reference

Generic RH_TCP simulator message structure. More...

#include <RHTcpProtocol.h>

Data Fields

uint32_t length
 Number of octets following, in network byte order.
uint8_t payload [RH_TCP_MAX_PAYLOAD_LEN+1]
 Payload.

Detailed Description

Generic RH_TCP simulator message structure.

Definition at line 30 of file RHTcpProtocol.h.


Field Documentation

uint32_t length

Number of octets following, in network byte order.

Definition at line 32 of file RHTcpProtocol.h.

uint8_t payload[RH_TCP_MAX_PAYLOAD_LEN+1]

Payload.

Definition at line 33 of file RHTcpProtocol.h.