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

« Back to documentation index

RHTcpThisAddress Struct Reference

RHTcpThisAddress Struct Reference

RH_TCP message Notifies the server of thisAddress of this client. More...

#include <RHTcpProtocol.h>

Data Fields

uint32_t length
 Number of octets following, in network byte order.
uint8_t type
 == RH_TCP_MESSAGE_TYPE_THISADDRESS
uint8_t thisAddress
 Node address.

Detailed Description

RH_TCP message Notifies the server of thisAddress of this client.

Definition at line 45 of file RHTcpProtocol.h.


Field Documentation

uint32_t length

Number of octets following, in network byte order.

Definition at line 47 of file RHTcpProtocol.h.

uint8_t thisAddress

Node address.

Definition at line 49 of file RHTcpProtocol.h.

uint8_t type

== RH_TCP_MESSAGE_TYPE_THISADDRESS

Definition at line 48 of file RHTcpProtocol.h.