ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_mesh_set_topology()
from the following samples and libraries:
internal_communication sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_mesh_set_topology()
esp_mesh_set_topology() function
Set mesh topology. The default value is MESH_TOPO_TREE - MESH_TOPO_CHAIN supports up to 1000 layers @attention This API shall be called before mesh is started.
Syntax
Show:
Summary
Declaration
from
esp_mesh.h:1540
esp_err_t
esp_mesh_set_topology
(
esp_mesh_topology_t
topo
)
;
Arguments
Argument
Description
topo
MESH_TOPO_TREE or MESH_TOPO_CHAIN
Return value
- ESP_OK - ESP_MESH_ERR_ARGUMENT - ESP_ERR_MESH_NOT_ALLOWED
Examples
esp_mesh_set_topology()
is referenced by 1 libraries and example projects:
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