ESP-IDF
otPingSenderConfig::mStatisticsCallback
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otPingSenderConfig::mStatisticsCallback
otPingSenderConfig::mStatisticsCallback field
Syntax
Show:
Summary
Declaration
from
ping_sender.h:107
otPingSenderStatisticsCallback
mStatisticsCallback
;
Examples
References
from
examples
Code
Location
Scope
Referrer
mStatisticsCallback
;
///< Callback function to report statistics (can be NULL if not needed).
ping_sender.h:108
config
.
mStatisticsCallback
=
PingSender
::
HandlePingStatistics
;
cli_ping.cpp:140
ot::Cli::PingSender
ot::Cli::PingSender::Process()
VerifyOrExit
(
mStatisticsCallback
!=
nullptr
)
;
ping_sender.cpp:77
ot::Utils::PingSender::Config
ot::Utils::PingSender::Config::InvokeStatisticsCallback() const
mStatisticsCallback
(
&
aStatistics
,
mCallbackContext
)
;
ping_sender.cpp:78
ot::Utils::PingSender::Config
ot::Utils::PingSender::Config::InvokeStatisticsCallback() const
Call Tree
from
examples
otPingSenderConfig::mStatisticsCallback
is called by 1 function:
ot::Utils::PingSender::Config::InvokeStatisticsCallback() const
All items filtered out
otPingSenderConfig::mStatisticsCallback
All items filtered out
Data Use
from
examples
otPingSenderConfig::mStatisticsCallback
is written by 1 function and is read by 1 function:
ot::Cli::PingSender::Process()
All items filtered out
otPingSenderConfig::mStatisticsCallback
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
otPingSenderConfig::mStatisticsCallback
implements 1 functions:
ot::Cli::PingSender::HandlePingStatistics()
All items filtered out
otPingSenderConfig::mStatisticsCallback
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out