otChildInfo

#include <thread_ftd.h>

保存 Thread 子级的诊断信息。

摘要

公共属性

mAge
uint32_t
自上次听到该消息后经过的秒数。
mAverageRssi
int8_t
平均 RSSI。
mChildId
uint16_t
子 ID。
mConnectionTime
uint64_t
自附加后经过的秒数(需要 OPENTHREAD_CONFIG_UPTIME_ENABLE
mExtAddress
IEEE 802.15.4 扩展地址。
mFrameErrorRate
uint16_t
帧错误率 (0xffff->100%)。需要错误跟踪功能。
mFullNetworkData
bool
完整的网络数据。
mFullThreadDevice
bool
全线程设备。
mIsCslSynced
bool
是否已同步子级 CSL。
mIsStateRestoring
bool
处于恢复状态。
mLastRssi
int8_t
上次观察到的 RSSI。
mLinkQualityIn
uint8_t
链接质量
mMessageErrorRate
uint16_t
(IPv6) 消息错误率 (0xffff->100%)。需要错误跟踪功能。
mNetworkDataVersion
uint8_t
网络数据版本。
mQueuedMessageCnt
uint16_t
子项的已加入队列的消息数。
mRloc16
uint16_t
RLOC16。
mRxOnWhenIdle
bool
rx-on-when-idle
mSupervisionInterval
uint16_t
监督间隔(以秒为单位)。
mTimeout
uint32_t
超时。
mVersion
uint8_t
MLE 版本。

公共属性

mAge

uint32_t otChildInfo::mAge

自上次听到该消息后经过的秒数。

mAverageRssi

int8_t otChildInfo::mAverageRssi

平均 RSSI。

mChildId

uint16_t otChildInfo::mChildId

子 ID。

mConnectionTime

uint64_t otChildInfo::mConnectionTime

自附加后经过的秒数(需要 OPENTHREAD_CONFIG_UPTIME_ENABLE

mExtAddress

otExtAddress otChildInfo::mExtAddress

IEEE 802.15.4 扩展地址。

mFrameErrorRate

uint16_t otChildInfo::mFrameErrorRate

帧错误率 (0xffff->100%)。需要错误跟踪功能。

mFullNetworkData

bool otChildInfo::mFullNetworkData

完整的网络数据。

mFullThreadDevice

bool otChildInfo::mFullThreadDevice

全线程设备。

mIsCslSynced

bool otChildInfo::mIsCslSynced

是否已同步子级 CSL。

mIsStateRestoring

bool otChildInfo::mIsStateRestoring

处于恢复状态。

mLastRssi

int8_t otChildInfo::mLastRssi

上次观察到的 RSSI。

mLinkQualityIn

uint8_t otChildInfo::mLinkQualityIn

链接质量

mMessageErrorRate

uint16_t otChildInfo::mMessageErrorRate

(IPv6) 消息错误率 (0xffff->100%)。需要错误跟踪功能。

mNetworkDataVersion

uint8_t otChildInfo::mNetworkDataVersion

网络数据版本。

mQueuedMessageCnt

uint16_t otChildInfo::mQueuedMessageCnt

子项的已加入队列的消息数。

mRloc16

uint16_t otChildInfo::mRloc16

RLOC16。

mRxOnWhenIdle

bool otChildInfo::mRxOnWhenIdle

rx-on-when-idle

mSupervisionInterval

uint16_t otChildInfo::mSupervisionInterval

监督间隔(以秒为单位)。

mTimeout

uint32_t otChildInfo::mTimeout

超时。

mVersion

uint8_t otChildInfo::mVersion

MLE 版本。

资源

OpenThread API 参考文档源自 GitHub 上提供的源代码。如需了解详情,或者为我们的文档做贡献,请参阅资源