ESP-IDF
mesh_switch_parent_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_switch_parent_t
mesh_switch_parent_t struct
Mesh switch parent
Syntax
Show:
Summary
Declaration
from
esp_mesh_internal.h:42
typedef
struct
{
int
duration_ms
;
int
cnx_rssi
;
int
select_rssi
;
int
switch_rssi
;
int
backoff_rssi
;
}
mesh_switch_parent_t
;
Fields
Field
Declared as
Description
mesh_switch_parent_t::duration_ms
int
parent weak RSSI monitor duration, if the RSSI continues to be weak during this duration_ms, device will search for a new parent.
mesh_switch_parent_t::cnx_rssi
int
RSSI threshold for keeping a good connection with parent. If set a value greater than -120 dBm, a timer will be armed to monitor parent RSSI at a period time of duration_ms.
mesh_switch_parent_t::select_rssi
int
RSSI threshold for parent selection. It should be a value greater than switch_rssi.
mesh_switch_parent_t::switch_rssi
int
Disassociate with current parent and switch to a new parent when the RSSI is greater than this set threshold.
mesh_switch_parent_t::backoff_rssi
int
RSSI threshold for connecting to the root.
Related Functions
Found 2 other functions taking a
mesh_switch_parent_t
argument:
Function
Description
esp_mesh_set_switch_parent_paras()
Set parameters for parent switch
esp_mesh_get_switch_parent_paras()
Get parameters for parent switch
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