custom_outbox sample
outbox_item::get_data()
is only used within custom_outbox sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
custom_outbox sample
outbox_item::get_data()
outbox_item::get_data() method
Syntax
Show:
Summary
Declaration
from
custom_outbox.cpp:129
auto
get_data
(
size_t
*
len
,
uint16_t
*
msg_id
,
int
*
msg_type
,
int
*
msg_qos
)
;
Arguments
Argument
len
msg_id
msg_type
msg_qos
Examples
References
from
examples
Code
Location
Referrer
[
[
nodiscard
]
]
auto
get_data
(
size_t
*
len
,
uint16_t
*
msg_id
,
int
*
msg_type
,
int
*
msg_qos
)
custom_outbox.cpp:129
return
item
->
get_data
(
len
,
msg_id
,
msg_type
,
qos
)
;
custom_outbox.cpp:321
outbox_item_get_data()
Call Tree
from
examples
outbox_item::get_data()
is called by 1 function:
outbox_item_get_data()
All items filtered out
outbox_item::get_data()
All items filtered out
Data Use
from
examples
outbox_item::get_data()
reads 3 variables:
outbox_item::id
outbox_item::type
outbox_item::qos
All items filtered out
outbox_item::get_data()
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