ESP-IDF
+
0
/3 examples
SourceVu will show references to
mesh_event_toDS_state_t
from the following samples and libraries:
internal_communication sample
ip_internal_network sample
manual_networking sample
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (2/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_event_toDS_state_t
mesh_event_toDS_state_t enum
Syntax
Show:
Summary
Declaration
from
esp_mesh.h:329
enum
{
MESH_TODS_UNREACHABLE
,
MESH_TODS_REACHABLE
,
}
;
Values
Value
Declared as
Description
mesh_event_toDS_state_t::MESH_TODS_UNREACHABLE
the root isn't able to access external IP network.
mesh_event_toDS_state_t::MESH_TODS_REACHABLE
the root is able to access external IP network.
Examples
mesh_event_toDS_state_t
is referenced by 3 libraries and example projects:
internal_communication sample
ip_internal_network sample
manual_networking sample
References
from
0/3
examples
Code
Location
Scope
Referrer
typedef
enum
{
esp_mesh.h:329
}
mesh_event_toDS_state_t
;
esp_mesh.h:332
mesh_event_toDS_state_t
mesh_event_toDS_state_t
toDS_state
;
/**< toDS state, devices shall check this state firstly before trying to send packets to
esp_mesh.h:442
mesh_event_info_t
mesh_event_info_t::toDS_state
Call Tree
from
0/3
examples
All items filtered out
All items filtered out
Data Use
from
0/3
examples
All items filtered out
All items filtered out
Class Tree
from
0/3
examples
All items filtered out
All items filtered out
Override Tree
from
0/3
examples
All items filtered out
All items filtered out
Implementations
from
0/3
examples
All items filtered out
All items filtered out
Instances
from
0/3
examples
Instance
Scope
Location
Project
mesh_event_info_t::toDS_state
mesh_event_info_t
esp_mesh.h:442
Lifecycle
from
0/3
examples
All items filtered out
All items filtered out