ESP-IDF
otPingSenderStatistics::mSentCount
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
otPingSenderStatistics::mSentCount
otPingSenderStatistics::mSentCount field
Syntax
Show:
Summary
Declaration
from
ping_sender.h:74
uint16_t
mSentCount
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mSentCount
;
///< The number of ping requests already sent.
ping_sender.h:74
OutputFormat
(
"%u packets transmitted, %u packets received."
,
aStatistics
->
mSentCount
,
aStatistics
->
mReceivedCount
)
;
cli_ping.cpp:222
ot::Cli::PingSender
ot::Cli::PingSender::HandlePingStatistics()
if
(
(
aStatistics
->
mSentCount
!=
0
)
&&
!
aStatistics
->
mIsMulticast
&&
cli_ping.cpp:224
ot::Cli::PingSender
ot::Cli::PingSender::HandlePingStatistics()
aStatistics
->
mReceivedCount
<=
aStatistics
->
mSentCount
)
cli_ping.cpp:225
ot::Cli::PingSender
ot::Cli::PingSender::HandlePingStatistics()
1000
*
(
aStatistics
->
mSentCount
-
aStatistics
->
mReceivedCount
)
/
aStatistics
->
mSentCount
;
cli_ping.cpp:228
ot::Cli::PingSender
ot::Cli::PingSender::HandlePingStatistics()
mStatistics
.
mSentCount
++
;
ping_sender.cpp:145
ot::Utils::PingSender
ot::Utils::PingSender::SendPing()
mSentCount
=
0
;
ping_sender.hpp:77
ot::Utils::PingSender::Statistics
ot::Utils::PingSender::Statistics::Clear()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otPingSenderStatistics::mSentCount
is written by 2 functions and is read by 2 functions:
ot::Utils::PingSender::Statistics::Clear()
ot::Utils::PingSender::SendPing()
All items filtered out
otPingSenderStatistics::mSentCount
ot::Utils::PingSender::SendPing()
ot::Cli::PingSender::HandlePingStatistics()
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