1.2.4.30 ROUTING_ENTRY Struct

C

typedef struct
{
    MAC_ADDRESS macAddress[MAX_ROUTE_SIZE];
    uint8_t routeSize;
} ROUTING_ENTRY;

Summary

Defines the fields of an entry in the Routing Table.

Description

This structure contains the fields which define a Routing Table entry.

This table contains a route to every node in the Network.

A Routing Table Entry is pased to DLL in DLL_DataRequest, containing the ordered list of the addresses of involved repeaters up to final destination.

Remarks

The Routing Table and the Route parameter on Data Request are only present and used in Master Node.