ESP-IDF
otPingSenderConfig::mCallbackContext
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
otPingSenderConfig::mCallbackContext
otPingSenderConfig::mCallbackContext field
Syntax
Show:
Summary
Declaration
from
ping_sender.h:109
void
*
mCallbackContext
;
Examples
References
from
examples
Code
Location
Scope
Referrer
void
*
mCallbackContext
;
///< A pointer to the callback application-specific context.
ping_sender.h:109
config
.
mCallbackContext
=
this
;
cli_ping.cpp:141
ot::Cli::PingSender
ot::Cli::PingSender::Process()
mReplyCallback
(
&
aReply
,
mCallbackContext
)
;
ping_sender.cpp:69
ot::Utils::PingSender::Config
ot::Utils::PingSender::Config::InvokeReplyCallback() const
mStatisticsCallback
(
&
aStatistics
,
mCallbackContext
)
;
ping_sender.cpp:78
ot::Utils::PingSender::Config
ot::Utils::PingSender::Config::InvokeStatisticsCallback() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otPingSenderConfig::mCallbackContext
is written by 1 function and is read by 2 functions:
ot::Cli::PingSender::Process()
All items filtered out
otPingSenderConfig::mCallbackContext
ot::Utils::PingSender::Config::InvokeReplyCallback() const
ot::Utils::PingSender::Config::InvokeStatisticsCallback() const
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