This structure holds diagnostic information for a Thread Child.
Public Attributes#
IEEE 802.15.4 Extended Address.
Timeout.
Seconds since last heard.
Seconds since attach (requires OPENTHREAD_CONFIG_UPTIME_ENABLE
)
RLOC16.
Child ID.
Network Data Version.
Link Quality In.
Average RSSI.
Last observed RSSI.
Frame error rate (0xffff->100%). Requires error tracking feature.
(IPv6) msg error rate (0xffff->100%). Requires error tracking feature.
Number of queued messages for the child.
Supervision interval (in seconds).
MLE version.
rx-on-when-idle
Full Thread Device.
Full Network Data.
Is in restoring state.
Is child CSL synchronized.
Public Attribute Documentation#
mConnectionTime#
uint64_t otChildInfo::mConnectionTime
Seconds since attach (requires OPENTHREAD_CONFIG_UPTIME_ENABLE
)
mFrameErrorRate#
uint16_t otChildInfo::mFrameErrorRate
Frame error rate (0xffff->100%). Requires error tracking feature.
mMessageErrorRate#
uint16_t otChildInfo::mMessageErrorRate
(IPv6) msg error rate (0xffff->100%). Requires error tracking feature.