ESP-IDF
mesh_tos_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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_tos_t
mesh_tos_t enum
Syntax
Show:
Summary
Declaration
from
esp_mesh.h:237
enum
{
MESH_TOS_P2P
,
MESH_TOS_E2E
,
MESH_TOS_DEF
,
}
;
Values
Value
Declared as
Description
mesh_tos_t::MESH_TOS_P2P
provide P2P (point-to-point) retransmission on mesh stack by default.
mesh_tos_t::MESH_TOS_E2E
provide E2E (end-to-end) retransmission on mesh stack (Unimplemented).
mesh_tos_t::MESH_TOS_DEF
no retransmission on mesh stack.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
esp_mesh.h:237
}
mesh_tos_t
;
esp_mesh.h:241
mesh_tos_t
mesh_tos_t
tos
;
/**< data type of service */
esp_mesh.h:474
mesh_data_t
mesh_data_t::tos
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
Instance
Scope
Location
Project
mesh_data_t::tos
mesh_data_t
esp_mesh.h:474
Lifecycle
from
examples
All items filtered out
All items filtered out