otMeshDiagChildInfo
#include <mesh_diag.h>
使用 otMeshDiagDiscoverTopology()
代表在 Thread 網格中發現的子項相關資訊,
摘要
公開屬性 |
|
---|---|
mIsBorderRouter
|
bool
孩子是否可做為提供外部連線的邊界路由器。
|
mIsThisDevice
|
bool
孩子是否為裝置本身。
|
mLinkQuality
|
uint8_t
從父項到子項的連結品質。
|
mMode
|
裝置模式。
|
mRloc16
|
uint16_t
RLOC16。
|
公開屬性
mIsBorderRouter
bool otMeshDiagChildInfo::mIsBorderRouter
孩子是否可做為提供外部連線的邊界路由器。
mIsThisDevice
bool otMeshDiagChildInfo::mIsThisDevice
孩子是否為裝置本身。
mLinkQuality
uint8_t otMeshDiagChildInfo::mLinkQuality
從父項到子項的連結品質。
mRloc16
uint16_t otMeshDiagChildInfo::mRloc16
RLOC16。
資源
OpenThread API 參考資料主題源自原始碼,請前往 GitHub 取得。如要瞭解詳情或對說明文件做出貢獻,請參閱資源。