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.
Dependents: RF22_MAX_test_Send Geofence_receiver Geofence_sender Geofence_sender ... more
RF22Router::RoutingTableEntry Struct Reference
Defines an entry in the routing table. More...
#include <RF22Router.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 165 of file RF22Router.h.
Field Documentation
| uint8_t dest |
Destination node address.
Definition at line 167 of file RF22Router.h.
| uint8_t next_hop |
Send via this next hop address.
Definition at line 168 of file RF22Router.h.
| uint8_t state |
State of this route, one of RouteState.
Definition at line 169 of file RF22Router.h.
Generated on Tue Jul 12 2022 12:34:31 by
1.7.2