ESP-IDF
+
0
/3 examples
SourceVu will show references to
mesh_event_connected_t
from the following samples and libraries:
internal_communication sample
ip_internal_network sample
manual_networking sample
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_event_connected_t
mesh_event_connected_t struct
Parent connected information
Syntax
Show:
Summary
Declaration
from
esp_mesh.h:306
typedef
struct
{
wifi_event_sta_connected_t
connected
;
uint16_t
self_layer
;
uint8_t
duty
;
}
mesh_event_connected_t
;
Fields
Field
Declared as
Description
mesh_event_connected_t::connected
wifi_event_sta_connected_t
parent information, same as Wi-Fi event SYSTEM_EVENT_STA_CONNECTED does.
mesh_event_connected_t::self_layer
uint16_t
layer.
mesh_event_connected_t::duty
uint8_t
parent duty.
Examples
mesh_event_connected_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
struct
{
esp_mesh.h:306
}
mesh_event_connected_t
;
esp_mesh.h:310
mesh_event_connected_t
mesh_event_connected_t
connected
;
/**< parent connected */
esp_mesh.h:438
mesh_event_info_t
mesh_event_info_t::connected
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::connected
mesh_event_info_t
esp_mesh.h:438
Lifecycle
from
0/3
examples
All items filtered out
All items filtered out