Defines an entry in the route table.

A route table entry stores information about the next hop along the route to the destination.

Public Attributes#

uint16_t
uint16_t
uint8_t
uint8_t

Public Attribute Documentation#

destination#

uint16_t EmberRouteTableEntry::destination

The short ID of the destination.


Definition at line 1367 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 1369 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 1372 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 1375 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 1378 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 1383 of file stack/include/ember-types.h