otNeighborInfo

#include <thread.h>

保存相邻 Thread 节点的诊断信息。

摘要

公共属性

mAge
uint32_t
自上次听到该消息后经过的秒数。
mAverageRssi
int8_t
平均 RSSI。
mConnectionTime
uint32_t
关联建立后的秒数(需要 CONFIG_UPTIME_ENABLE
mExtAddress
IEEE 802.15.4 扩展地址。
mFrameErrorRate
uint16_t
帧错误率 (0xffff->100%)。需要错误跟踪功能。
mFullNetworkData
bool
完整的网络数据。
mFullThreadDevice
bool
全线程设备。
mIsChild
bool
邻居是一个孩子。
mLastRssi
int8_t
上次观察到的 RSSI。
mLinkFrameCounter
uint32_t
链接帧计数器。
mLinkMargin
uint8_t
关联利润率。
mLinkQualityIn
uint8_t
链接质量
mMessageErrorRate
uint16_t
(IPv6) 消息错误率 (0xffff->100%)。需要错误跟踪功能。
mMleFrameCounter
uint32_t
MLE 帧计数器。
mRloc16
uint16_t
RLOC16。
mRxOnWhenIdle
bool
rx-on-when-idle
mVersion
uint16_t
相邻项的线程版本。

公共属性

mAge

uint32_t otNeighborInfo::mAge

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

mAverageRssi

int8_t otNeighborInfo::mAverageRssi

平均 RSSI。

mConnectionTime

uint32_t otNeighborInfo::mConnectionTime

关联建立后的秒数(需要 CONFIG_UPTIME_ENABLE

mExtAddress

otExtAddress otNeighborInfo::mExtAddress

IEEE 802.15.4 扩展地址。

mFrameErrorRate

uint16_t otNeighborInfo::mFrameErrorRate

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

mFullNetworkData

bool otNeighborInfo::mFullNetworkData

完整的网络数据。

mFullThreadDevice

bool otNeighborInfo::mFullThreadDevice

全线程设备。

mIsChild

bool otNeighborInfo::mIsChild

邻居是一个孩子。

mLastRssi

int8_t otNeighborInfo::mLastRssi

上次观察到的 RSSI。

mLinkFrameCounter

uint32_t otNeighborInfo::mLinkFrameCounter

链接帧计数器。

mLinkMargin

uint8_t otNeighborInfo::mLinkMargin

关联利润率。

mLinkQualityIn

uint8_t otNeighborInfo::mLinkQualityIn

链接质量

mMessageErrorRate

uint16_t otNeighborInfo::mMessageErrorRate

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

mMleFrameCounter

uint32_t otNeighborInfo::mMleFrameCounter

MLE 帧计数器。

mRloc16

uint16_t otNeighborInfo::mRloc16

RLOC16。

mRxOnWhenIdle

bool otNeighborInfo::mRxOnWhenIdle

rx-on-when-idle

mVersion

uint16_t otNeighborInfo::mVersion

相邻项的线程版本。

资源

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