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 RadioHead-148 by
RHRouter::RoutedMessageHeader Struct Reference
Defines the structure of the RHRouter message header, used to keep track of end-to-end delivery parameters. More...
#include <RHRouter.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 RHRouter message header, used to keep track of end-to-end delivery parameters.
Definition at line 137 of file RHRouter.h.
Field Documentation
| uint8_t dest |
Destination node address.
Definition at line 139 of file RHRouter.h.
| uint8_t flags |
Originator flags.
Definition at line 143 of file RHRouter.h.
| uint8_t hops |
Hops traversed so far.
Definition at line 141 of file RHRouter.h.
| uint8_t id |
Originator sequence number.
Definition at line 142 of file RHRouter.h.
| uint8_t source |
Originator node address.
Definition at line 140 of file RHRouter.h.
Generated on Tue Jul 12 2022 20:15:58 by
1.7.2
