This structure holds diagnostic information for a neighboring Thread node.
Public Attributes#
IEEE 802.15.4 Extended Address.
Seconds since last heard.
Seconds since link establishment (requires CONFIG_UPTIME_ENABLE
)
RLOC16.
Link Frame Counter.
MLE Frame Counter.
Link Quality In.
Average RSSI.
Last observed RSSI.
Link Margin.
Frame error rate (0xffff->100%). Requires error tracking feature.
(IPv6) msg error rate (0xffff->100%). Requires error tracking feature.
Thread version of the neighbor.
rx-on-when-idle
Full Thread Device.
Full Network Data.
Is the neighbor a child.
Public Attribute Documentation#
mConnectionTime#
uint32_t otNeighborInfo::mConnectionTime
Seconds since link establishment (requires CONFIG_UPTIME_ENABLE
)
mFrameErrorRate#
uint16_t otNeighborInfo::mFrameErrorRate
Frame error rate (0xffff->100%). Requires error tracking feature.
mMessageErrorRate#
uint16_t otNeighborInfo::mMessageErrorRate
(IPv6) msg error rate (0xffff->100%). Requires error tracking feature.