Flo rian / RF22KL25Z

Fork of RF22 by Karl Zweimüller

Embed: (wiki syntax)

« Back to documentation index

RF22Router::RoutingTableEntry Struct Reference

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.