ESP-IDF
esp_mesh_get_router()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_mesh_get_router()
esp_mesh_get_router() function
Get router configuration
Syntax
Show:
Summary
Declaration
from
esp_mesh.h:836
esp_err_t
esp_mesh_get_router
(
mesh_router_t
*
router
)
;
Arguments
Argument
Description
router
pointer to router configuration
Return value
- ESP_OK - ESP_ERR_MESH_ARGUMENT
Related Functions
Found 1 other functions taking a
mesh_router_t
argument:
Function
Description
esp_mesh_set_router()
Get router configuration @attention This API is used to dynamically modify the router configuration after mesh is configured.
Examples
References
from
examples
Code
Location
esp_err_t
esp_mesh_get_router
(
mesh_router_t
*
router
)
;
esp_mesh.h:836
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