MatterSpecification.v13.Core § 11.14.5.5

interface RouteTable {
    age: number;
    allocated: boolean;
    extAddress: number | bigint;
    linkEstablished: boolean;
    lqiIn: number;
    lqiOut: number;
    nextHop: number;
    pathCost: number;
    rloc16: number;
    routerId: number;
}

Hierarchy (view full)

Properties

age: number

This field shall specify the duration of time, in seconds, since a frame has been received from the Node for which this route table entry corresponds.

MatterSpecification.v13.Core § 11.14.5.5.8

allocated: boolean

This field shall specify if the router ID as defined within the RouterId field has been allocated.

MatterSpecification.v13.Core § 11.14.5.5.9

extAddress: number | bigint

This field shall specify the IEEE 802.15.4 extended address for the Node for which this route table entry corresponds.

MatterSpecification.v13.Core § 11.14.5.5.1

linkEstablished: boolean

This field shall specify if a link has been established to the Node for which this route table entry

corresponds.

MatterSpecification.v13.Core § 11.14.5.5.10

lqiIn: number

This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators, scaled from 0 to 255, from the perspective of the Node reporting the neighbor table.

MatterSpecification.v13.Core § 11.14.5.5.6

lqiOut: number

This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators, scaled from 0 to 255, from the perspective of the Node specified within the NextHop field.

MatterSpecification.v13.Core § 11.14.5.5.7

nextHop: number

This field shall specify the Router ID for the next hop in the route to the Node for which this route table entry corresponds.

MatterSpecification.v13.Core § 11.14.5.5.4

pathCost: number

This Field shall specify the cost of the route to the Node for which this route table entry corresponds.

MatterSpecification.v13.Core § 11.14.5.5.5

rloc16: number

This field shall specify the RLOC16 for the Node for which this route table entry corresponds.

MatterSpecification.v13.Core § 11.14.5.5.2

routerId: number

This field shall specify the Router ID for the Node for which this route table entry corresponds.

MatterSpecification.v13.Core § 11.14.5.5.3