otMeshDiagChildInfo
#include <mesh_diag.h>
Represents information about a discovered child in Thread mesh using otMeshDiagDiscoverTopology()
.
Summary
Public attributes |
|
---|---|
mIsBorderRouter
|
bool
Whether child acts as a border router providing ext connectivity.
|
mIsThisDevice
|
bool
Whether child is this device itself.
|
mLinkQuality
|
uint8_t
Incoming link quality to child from parent.
|
mMode
|
Device mode.
|
mRloc16
|
uint16_t
RLOC16.
|
Public attributes
mIsBorderRouter
bool otMeshDiagChildInfo::mIsBorderRouter
Whether child acts as a border router providing ext connectivity.
mIsThisDevice
bool otMeshDiagChildInfo::mIsThisDevice
Whether child is this device itself.
mLinkQuality
uint8_t otMeshDiagChildInfo::mLinkQuality
Incoming link quality to child from parent.
mRloc16
uint16_t otMeshDiagChildInfo::mRloc16
RLOC16.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.