ESP-IDF
mesh_rc_config_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mesh_rc_config_t
mesh_rc_config_t union
Vote address configuration
Syntax
Show:
Summary
Declaration
from
esp_mesh.h:522
typedef
union
{
int
attempts
;
mesh_addr_t
rc_addr
;
}
mesh_rc_config_t
;
Fields
Field
Declared as
Description
mesh_rc_config_t::attempts
int
max vote attempts before a new root is elected automatically by mesh network. (min:15, 15 by default).
mesh_rc_config_t::rc_addr
mesh_addr_t
a new root address specified by users for API esp_mesh_waive_root().
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
union
{
esp_mesh.h:522
}
mesh_rc_config_t
;
esp_mesh.h:525
mesh_rc_config_t
mesh_rc_config_t
config
;
/**< vote address configuration */
esp_mesh.h:534
mesh_vote_t
mesh_vote_t::config
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
mesh_vote_t::config
mesh_vote_t
esp_mesh.h:534
Lifecycle
from
examples
All items filtered out
All items filtered out