Flo rian / RF22KL25Z

Fork of RF22 by Karl Zweimüller

Embed: (wiki syntax)

« Back to documentation index

RF22Router::RoutedMessage Struct Reference

RF22Router::RoutedMessage Struct Reference

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

#include <RF22Router.h>

Data Fields

RoutedMessageHeader header
 end-to-end delivery header
uint8_t data [RF22_ROUTER_MAX_MESSAGE_LEN]
 Applicaiton payload data.

Detailed Description

Defines the structure of a RF22Router message.

Definition at line 150 of file RF22Router.h.


Field Documentation

uint8_t data[RF22_ROUTER_MAX_MESSAGE_LEN]

Applicaiton payload data.

Definition at line 153 of file RF22Router.h.

end-to-end delivery header

Definition at line 152 of file RF22Router.h.