ESP-IDF
otPingSenderConfig::mHopLimit
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::mHopLimit
otPingSenderConfig::mHopLimit field
Syntax
Show:
Summary
Declaration
from
ping_sender.h:115
uint8_t
mHopLimit
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mHopLimit
;
///< Hop limit (used if `mAllowZeroHopLimit` is false). Zero for default.
ping_sender.h:115
SuccessOrExit
(
error
=
aArgs
[
4
]
.
ParseAsUint8
(
config
.
mHopLimit
)
)
;
cli_ping.cpp:124
ot::Cli::PingSender
ot::Cli::PingSender::Process()
config
.
mAllowZeroHopLimit
=
(
config
.
mHopLimit
==
0
)
;
cli_ping.cpp:125
ot::Cli::PingSender
ot::Cli::PingSender::Process()
messageInfo
.
mHopLimit
=
mConfig
.
mHopLimit
;
ping_sender.cpp:129
ot::Utils::PingSender
ot::Utils::PingSender::SendPing()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otPingSenderConfig::mHopLimit
is read by 2 functions:
All items filtered out
otPingSenderConfig::mHopLimit
ot::Utils::PingSender::SendPing()
ot::Cli::PingSender::Process()
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