Defines an entry in the route table.
A route table entry stores information about the next hop along the route to the destination.
Public Attribute Documentation#
destination#
uint16_t EmberRouteTableEntry::destination
The short ID of the destination.
Definition at line
1419
of file stack/include/ember-types.h
nextHop#
uint16_t EmberRouteTableEntry::nextHop
The short ID of the next hop to this destination.
Definition at line
1421
of file stack/include/ember-types.h
status#
uint8_t EmberRouteTableEntry::status
Indicates whether this entry is active (0), being discovered (1), or unused (3).
Definition at line
1424
of file stack/include/ember-types.h
age#
uint8_t EmberRouteTableEntry::age
The number of seconds since this route entry was last used to send a packet.
Definition at line
1427
of file stack/include/ember-types.h
concentratorType#
uint8_t EmberRouteTableEntry::concentratorType
Indicates whether this destination is a High-RAM Concentrator (2), a Low-RAM Concentrator (1), or not a concentrator (0).
Definition at line
1430
of file stack/include/ember-types.h
routeRecordState#
uint8_t EmberRouteTableEntry::routeRecordState
For a High-RAM Concentrator, indicates whether a route record is needed (2), has been sent (1), or is no long needed (0) because a source routed message from the concentrator has been received.
Definition at line
1435
of file stack/include/ember-types.h