ESP-IDF
otMeshDiagChildInfo
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otMeshDiagChildInfo
otMeshDiagChildInfo struct
Represents information about a discovered child in Thread mesh using `otMeshDiagDiscoverTopology()`.
Syntax
Show:
Summary
Declaration
from
mesh_diag.h:138
typedef
struct
otMeshDiagChildInfo
{
uint16_t
mRloc16
;
otLinkModeConfig
mMode
;
uint8_t
mLinkQuality
;
bool
mIsThisDevice
:
1
;
bool
mIsBorderRouter
:
1
;
}
otMeshDiagChildInfo
;
Fields
Field
Declared as
otMeshDiagChildInfo::mRloc16
uint16_t
otMeshDiagChildInfo::mMode
otLinkModeConfig
otMeshDiagChildInfo::mLinkQuality
uint8_t
otMeshDiagChildInfo::mIsThisDevice
bool
:
1
otMeshDiagChildInfo::mIsBorderRouter
bool
:
1
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out