ESP-IDF
esp_mesh_topology_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_mesh_topology_t
esp_mesh_topology_t enum
Syntax
Show:
Summary
Declaration
from
esp_mesh.h:272
enum
{
MESH_TOPO_TREE
,
MESH_TOPO_CHAIN
,
}
;
Values
Value
Declared as
Description
esp_mesh_topology_t::MESH_TOPO_TREE
tree topology.
esp_mesh_topology_t::MESH_TOPO_CHAIN
chain topology.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
esp_mesh.h:272
}
esp_mesh_topology_t
;
esp_mesh.h:275
esp_mesh_topology_t
esp_err_t
esp_mesh_set_topology
(
esp_mesh_topology_t
topo
)
;
esp_mesh.h:1540
esp_mesh_set_topology()
esp_mesh_set_topology()::topo
esp_mesh_topology_t
esp_mesh_get_topology
(
void
)
;
esp_mesh.h:1547
esp_mesh_get_topology()
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
Instance
Scope
Location
Project
esp_mesh_set_topology()::topo
esp_mesh_set_topology()
esp_mesh.h:1540
return
esp_mesh_get_topology()
esp_mesh.h:1547
Lifecycle
from
examples
All items filtered out
All items filtered out