ESP-IDF
mesh_proto_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/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_proto_t
mesh_proto_t enum
Syntax
Show:
Summary
Declaration
from
esp_mesh.h:225
enum
{
MESH_PROTO_BIN
,
MESH_PROTO_HTTP
,
MESH_PROTO_JSON
,
MESH_PROTO_MQTT
,
MESH_PROTO_AP
,
MESH_PROTO_STA
,
}
;
Values
Value
Declared as
Description
mesh_proto_t::MESH_PROTO_BIN
binary.
mesh_proto_t::MESH_PROTO_HTTP
HTTP protocol.
mesh_proto_t::MESH_PROTO_JSON
JSON format.
mesh_proto_t::MESH_PROTO_MQTT
MQTT protocol.
mesh_proto_t::MESH_PROTO_AP
IP network mesh communication of node's AP interface.
mesh_proto_t::MESH_PROTO_STA
IP network mesh communication of node's STA interface.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
esp_mesh.h:225
}
mesh_proto_t
;
esp_mesh.h:232
mesh_proto_t
mesh_proto_t
proto
;
/**< data protocol */
esp_mesh.h:473
mesh_data_t
mesh_data_t::proto
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::proto
mesh_data_t
esp_mesh.h:473
Lifecycle
from
examples
All items filtered out
All items filtered out