ESP-IDF
otPingSenderConfig::mSource
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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::mSource
otPingSenderConfig::mSource field
Syntax
Show:
Summary
Declaration
from
ping_sender.h:104
otIp6Address
mSource
;
Examples
References
from
examples
Code
Location
Scope
Referrer
otIp6Address
mSource
;
///< Source address of the ping.
ping_sender.h:104
SuccessOrExit
(
error
=
aArgs
[
1
]
.
ParseAsIp6Address
(
config
.
mSource
)
)
;
cli_ping.cpp:85
ot::Cli::PingSender
ot::Cli::PingSender::Process()
Ip6
::
Address
&
GetSource
(
void
)
{
return
AsCoreType
(
&
mSource
)
;
}
ping_sender.hpp:99
ot::Utils::PingSender::Config
ot::Utils::PingSender::Config::GetSource()
const
Ip6
::
Address
&
GetSource
(
void
)
const
{
return
AsCoreType
(
&
mSource
)
;
}
ping_sender.hpp:106
ot::Utils::PingSender::Config
ot::Utils::PingSender::Config::GetSource() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otPingSenderConfig::mSource
is read by 1 function:
All items filtered out
otPingSenderConfig::mSource
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