ESP-IDF
mesh_attempts_t
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
mesh_attempts_t
mesh_attempts_t struct
Constants Structures Mesh attempts
Syntax
Show:
Summary
Declaration
from
esp_mesh_internal.h:31
typedef
struct
{
int
scan
;
int
vote
;
int
fail
;
int
monitor_ie
;
}
mesh_attempts_t
;
Fields
Field
Declared as
Description
mesh_attempts_t::scan
int
minimum scan times before being a root, default:10.
mesh_attempts_t::vote
int
max vote times in self-healing, default:1000.
mesh_attempts_t::fail
int
parent selection fail times, if the scan times reach this value, device will disconnect with associated children and join self-healing. default:60.
mesh_attempts_t::monitor_ie
int
acceptable times of parent networking IE change before update its own networking IE. default:3.
Related Functions
Found 2 other functions taking a
mesh_attempts_t
argument:
Function
Description
esp_mesh_set_attempts()
Set attempts for mesh self-organized networking
esp_mesh_get_attempts()
Get attempts for mesh self-organized networking
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