Represents information about a discovered child in Thread mesh using otMeshDiagDiscoverTopology().

Public Attributes#

uint16_t

RLOC16.

uint8_t

Incoming link quality to child from parent.

bool

Whether child is this device itself.

bool

Whether child acts as a border router providing ext connectivity.

Public Attribute Documentation#

mRloc16#

uint16_t otMeshDiagChildInfo::mRloc16

RLOC16.


Definition at line 150 of file include/openthread/mesh_diag.h

mMode#

otLinkModeConfig otMeshDiagChildInfo::mMode

Device mode.


Definition at line 151 of file include/openthread/mesh_diag.h

mLinkQuality#

uint8_t otMeshDiagChildInfo::mLinkQuality

Incoming link quality to child from parent.


Definition at line 152 of file include/openthread/mesh_diag.h

mIsThisDevice#

bool otMeshDiagChildInfo::mIsThisDevice

Whether child is this device itself.


Definition at line 153 of file include/openthread/mesh_diag.h

mIsBorderRouter#

bool otMeshDiagChildInfo::mIsBorderRouter

Whether child acts as a border router providing ext connectivity.


Definition at line 154 of file include/openthread/mesh_diag.h