ESP-IDF
mesh_rx_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_rx_pending_t
mesh_rx_pending_t struct
The number of packets available in the queue waiting to be received by applications
Syntax
Show:
Summary
Declaration
from
esp_mesh.h:552
typedef
struct
{
int
toDS
;
int
toSelf
;
}
mesh_rx_pending_t
;
Fields
Field
Declared as
Description
mesh_rx_pending_t::toDS
int
to external DS.
mesh_rx_pending_t::toSelf
int
to self.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
esp_mesh.h:552
}
mesh_rx_pending_t
;
esp_mesh.h:555
mesh_rx_pending_t
esp_err_t
esp_mesh_get_rx_pending
(
mesh_rx_pending_t
*
pending
)
;
esp_mesh.h:1172
esp_mesh_get_rx_pending()
esp_mesh_get_rx_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_rx_pending()::pending
esp_mesh_get_rx_pending()
esp_mesh.h:1172
Lifecycle
from
examples
All items filtered out
All items filtered out