Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of RF22 by
RF22Router::RoutedMessageHeader Struct Reference
Defines the structure of the RF22Router message header, used to keep track of end-to-end delivery parameters. More...
#include <RF22Router.h>
Data Fields | |
uint8_t | dest |
Destination node address. | |
uint8_t | source |
Originator node address. | |
uint8_t | hops |
Hops traversed so far. | |
uint8_t | id |
Originator sequence number. | |
uint8_t | flags |
Originator flags. |
Detailed Description
Defines the structure of the RF22Router message header, used to keep track of end-to-end delivery parameters.
Definition at line 139 of file RF22Router.h.
Field Documentation
uint8_t dest |
Destination node address.
Definition at line 141 of file RF22Router.h.
uint8_t flags |
Originator flags.
Definition at line 145 of file RF22Router.h.
uint8_t hops |
Hops traversed so far.
Definition at line 143 of file RF22Router.h.
uint8_t id |
Originator sequence number.
Definition at line 144 of file RF22Router.h.
uint8_t source |
Originator node address.
Definition at line 142 of file RF22Router.h.
Generated on Wed Jul 13 2022 22:24:22 by
