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::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 Wed Jul 13 2022 22:24:22 by
