ESP-IDF
mesh_tx_pending_t
is only used within ESP-IDF.
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_tx_pending_t
mesh_tx_pending_t struct
The number of packets pending in the queue waiting to be sent by the mesh stack
Syntax
Show:
Summary
Declaration
from
esp_mesh.h:540
typedef
struct
{
int
to_parent
;
int
to_parent_p2p
;
int
to_child
;
int
to_child_p2p
;
int
mgmt
;
int
broadcast
;
}
mesh_tx_pending_t
;
Fields
Field
Declared as
Description
mesh_tx_pending_t::to_parent
int
to parent queue.
mesh_tx_pending_t::to_parent_p2p
int
to parent (P2P) queue.
mesh_tx_pending_t::to_child
int
to child queue.
mesh_tx_pending_t::to_child_p2p
int
to child (P2P) queue.
mesh_tx_pending_t::mgmt
int
management queue.
mesh_tx_pending_t::broadcast
int
broadcast and multicast queue.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
esp_mesh.h:540
}
mesh_tx_pending_t
;
esp_mesh.h:547
mesh_tx_pending_t
esp_err_t
esp_mesh_get_tx_pending
(
mesh_tx_pending_t
*
pending
)
;
esp_mesh.h:1161
esp_mesh_get_tx_pending()
esp_mesh_get_tx_pending()::pending
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
esp_mesh_get_tx_pending()::pending
esp_mesh_get_tx_pending()
esp_mesh.h:1161
Lifecycle
from
examples
All items filtered out
All items filtered out