otChildInfo
#include <thread_ftd.h>
此结构包含线程子级的诊断信息。
摘要
公共属性 |
|
---|---|
mAge
|
uint32_t
上次听到的时间。
|
mAverageRssi
|
int8_t
平均 RSSI。
|
mChildId
|
uint16_t
子 ID。
|
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
|
mTimeout
|
uint32_t
超时。
|
mVersion
|
uint8_t
MLE 版本。
|
公共属性
年龄
uint32_t otChildInfo::mAge
上次听到的时间。
平均平均值
int8_t otChildInfo::mAverageRssi
平均 RSSI。
mChildId
uint16_t otChildInfo::mChildId
子 ID。
mFrameErrorRate
uint16_t otChildInfo::mFrameErrorRate
帧错误率 (0xffff->100%)。需要错误跟踪功能。
mFullNetworkData
bool otChildInfo::mFullNetworkData
完整的网络数据。
mFullThreadDevice
bool otChildInfo::mFullThreadDevice
全线程设备。
mIsCslSynced
bool otChildInfo::mIsCslSynced
是子 CSL 同步。
mIsState 和恢复
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
超时
uint32_t otChildInfo::mTimeout
超时。
移动版本
uint8_t otChildInfo::mVersion
MLE 版本。
资源
OpenThread API 参考主题源自源代码,可在 GitHub 上找到。 如需了解详情或为我们的文档做贡献,请参阅资源。