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

« Back to documentation index

RHRouter::RoutedMessage Struct Reference

RHRouter::RoutedMessage Struct Reference

Defines the structure of a RHRouter message. More...

#include <RHRouter.h>

Data Fields

RoutedMessageHeader header
 end-to-end delivery header
uint8_t data [RH_ROUTER_MAX_MESSAGE_LEN]
 Application payload data.

Detailed Description

Defines the structure of a RHRouter message.

Definition at line 148 of file RHRouter.h.


Field Documentation

uint8_t data[RH_ROUTER_MAX_MESSAGE_LEN]

Application payload data.

Definition at line 151 of file RHRouter.h.

end-to-end delivery header

Definition at line 150 of file RHRouter.h.