ESP-IDF
mesh_disconnect_reason_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mesh_disconnect_reason_t
mesh_disconnect_reason_t enum
Syntax
Show:
Summary
Declaration
from
esp_mesh.h:254
enum
{
MESH_REASON_CYCLIC
=
100
,
MESH_REASON_PARENT_IDLE
,
MESH_REASON_LEAF
,
MESH_REASON_DIFF_ID
,
MESH_REASON_ROOTS
,
MESH_REASON_PARENT_STOPPED
,
MESH_REASON_SCAN_FAIL
,
MESH_REASON_IE_UNKNOWN
,
MESH_REASON_WAIVE_ROOT
,
MESH_REASON_PARENT_WORSE
,
MESH_REASON_EMPTY_PASSWORD
,
MESH_REASON_PARENT_UNENCRYPTED
,
}
;
Values
Value
Declared as
Description
mesh_disconnect_reason_t::MESH_REASON_CYCLIC
=
100
cyclic is detected.
mesh_disconnect_reason_t::MESH_REASON_PARENT_IDLE
parent is idle.
mesh_disconnect_reason_t::MESH_REASON_LEAF
the connected device is changed to a leaf.
mesh_disconnect_reason_t::MESH_REASON_DIFF_ID
in different mesh ID.
mesh_disconnect_reason_t::MESH_REASON_ROOTS
root conflict is detected.
mesh_disconnect_reason_t::MESH_REASON_PARENT_STOPPED
parent has stopped the mesh.
mesh_disconnect_reason_t::MESH_REASON_SCAN_FAIL
scan fail.
mesh_disconnect_reason_t::MESH_REASON_IE_UNKNOWN
unknown IE.
mesh_disconnect_reason_t::MESH_REASON_WAIVE_ROOT
waive root.
mesh_disconnect_reason_t::MESH_REASON_PARENT_WORSE
parent with very poor RSSI.
mesh_disconnect_reason_t::MESH_REASON_EMPTY_PASSWORD
use an empty password to connect to an encrypted parent.
mesh_disconnect_reason_t::MESH_REASON_PARENT_UNENCRYPTED
connect to an unencrypted parent/router.
Examples
References
from
examples
Code
Location
Referrer
typedef
enum
{
esp_mesh.h:254
}
mesh_disconnect_reason_t
;
esp_mesh.h:267
mesh_disconnect_reason_t
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