1.2.5.69 ADP_HOP_DESCRIPTOR Struct
C
typedef struct { /* The hop / node address */ uint16_t hopAddress; /* MetricNotSupported: 1 (the metric type is not supported by the hop) or 0 * (if supported) */ uint8_t mns; /* LinkCost of the hop */ uint8_t linkCost; /* Phase Differential on link */ uint8_t phaseDiff; /* Medium from which request is received */ uint8_t mrx; /* Medium to which request is transmitted */ uint8_t mtx; /* Reserved Bits. Read from incoming frame to propagate them correctly. */ uint8_t rsvBits; } ADP_HOP_DESCRIPTOR;
Summary
Defines the structure of a Hop Descriptor.
Description
This data type defines the structure of a Hop Descriptor. It used to describe a hop in a route.
Field description:
hopAddress. The hop / node address.
mns. MetricNotSupported: 1 (the metric type is not supported by the hop) or 0 (if supported).
linkCost. LinkCost of the hop.
phaseDiff. Phase Differential on link.
mrx. Medium from which request is received.
mtx. Medium to which request is transmitted.
rsvBits. Reserved Bits. Read from incoming frame to propagate them correctly.
Remarks
None.