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::RoutingTableEntry Struct Reference
Defines an entry in the routing table. More...
#include <RHRouter.h>
Data Fields | |
| uint8_t | dest |
| Destination node address. | |
| uint8_t | next_hop |
| Send via this next hop address. | |
| uint8_t | state |
| State of this route, one of RouteState. | |
Detailed Description
Defines an entry in the routing table.
Definition at line 163 of file RHRouter.h.
Field Documentation
| uint8_t dest |
Destination node address.
Definition at line 165 of file RHRouter.h.
| uint8_t next_hop |
Send via this next hop address.
Definition at line 166 of file RHRouter.h.
| uint8_t state |
State of this route, one of RouteState.
Definition at line 167 of file RHRouter.h.
Generated on Tue Jul 12 2022 20:15:58 by
1.7.2
