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
全 Thread 裝置。
|
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
)
mFrameErrorRate
uint16_t otNeighborInfo::mFrameErrorRate
影格錯誤率 (0xffff ->100%)。需使用錯誤追蹤功能。
mFullNetworkData
bool otNeighborInfo::mFullNetworkData
完整網路資料。
mFullThreadDevice
bool otNeighborInfo::mFullThreadDevice
全 Thread 裝置。
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 取得。如要瞭解詳情或對說明文件做出貢獻,請參閱資源。