ESP-IDF
otMeshDiagDiscoverConfig
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otMeshDiagDiscoverConfig
otMeshDiagDiscoverConfig struct
Represents the set of configurations used when discovering mesh topology indicating which items to discover.
Syntax
Show:
Summary
Declaration
from
mesh_diag.h:60
typedef
struct
otMeshDiagDiscoverConfig
{
bool
mDiscoverIp6Addresses
:
1
;
bool
mDiscoverChildTable
:
1
;
}
otMeshDiagDiscoverConfig
;
Fields
Field
Declared as
otMeshDiagDiscoverConfig::mDiscoverIp6Addresses
bool
:
1
otMeshDiagDiscoverConfig::mDiscoverChildTable
bool
:
1
Related Functions
Found 2 other functions taking a
otMeshDiagDiscoverConfig
argument:
Function
Description
otMeshDiagDiscoverTopology()
Starts network topology discovery.
ot::Utils::MeshDiag::DiscoverTopology()
Starts network topology discovery.
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