ESP-IDF
esp_mesh_ps_duties_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_mesh_ps_duties_t
esp_mesh_ps_duties_t struct
Mesh power save duties
Syntax
Show:
Summary
Declaration
from
esp_mesh_internal.h:125
typedef
struct
{
uint8_t
device
;
uint8_t
parent
;
struct
{
bool
used
;
uint8_t
duty
;
uint8_t
mac
[
6
]
;
}
child
[
MESH_MAX_CONNECTIONS
]
;
}
esp_mesh_ps_duties_t
;
Fields
Field
Declared as
Description
esp_mesh_ps_duties_t::device
uint8_t
device power save duty.
esp_mesh_ps_duties_t::parent
uint8_t
parent power save duty.
esp_mesh_ps_duties_t::child
struct
{
bool
used
;
uint8_t
duty
;
uint8_t
mac
[
6
]
;
}
[
MESH_MAX_CONNECTIONS
]
child.
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