otMeshDiagChildInfo
    #include <mesh_diag.h>
  
表示使用 otMeshDiagDiscoverTopology() 在 Thread 网格中发现的子级的相关信息。
摘要
| 公共属性 | |
|---|---|
| mIsBorderRouter | bool子级是否充当提供外部连接的边界路由器。 | 
| mIsThisDevice | bool孩子是不是此设备本身。 | 
| mLinkQuality | uint8_t从父级发送到子级的传入链接质量。 | 
| mMode | 设备模式。 | 
| mRloc16 | uint16_tRLOC16。 | 
公共属性
mIsBorderRouter
bool otMeshDiagChildInfo::mIsBorderRouter
子级是否充当提供外部连接的边界路由器。
mIsThisDevice
bool otMeshDiagChildInfo::mIsThisDevice
孩子是不是此设备本身。
mLinkQuality
uint8_t otMeshDiagChildInfo::mLinkQuality
从父级发送到子级的传入链接质量。
mRloc16
uint16_t otMeshDiagChildInfo::mRloc16
RLOC16。
资源
OpenThread API 参考文档源自 GitHub 上提供的源代码。如需了解详情,或者为我们的文档做贡献,请参阅资源。