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

« Back to documentation index

RHTcpTypeMessage Struct Reference

RHTcpTypeMessage Struct Reference

Generic RH_TCP message structure with message type. More...

#include <RHTcpProtocol.h>

Data Fields

uint32_t length
 Number of octets following, in network byte order.
uint8_t type
 One of RH_TCP_MESSAGE_TYPE_*.
uint8_t payload [RH_TCP_MAX_PAYLOAD_LEN]
 Payload.

Detailed Description

Generic RH_TCP message structure with message type.

Definition at line 37 of file RHTcpProtocol.h.


Field Documentation

uint32_t length

Number of octets following, in network byte order.

Definition at line 39 of file RHTcpProtocol.h.

uint8_t payload[RH_TCP_MAX_PAYLOAD_LEN]

Payload.

Definition at line 41 of file RHTcpProtocol.h.

uint8_t type

One of RH_TCP_MESSAGE_TYPE_*.

Definition at line 40 of file RHTcpProtocol.h.