ESP-IDF
ot::Utils::PingSender::Config::GetSource()
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
ot::Utils::PingSender::Config::GetSource()
ot::Utils::PingSender::Config::GetSource() method
Gets the source IPv6 address of the ping.
Syntax
Show:
Summary
Declaration
from
ping_sender.hpp:99
Ip6
::
Address
&
GetSource
(
void
)
;
Return value
The ping source IPv6 address.
Examples
References
from
examples
Code
Location
Scope
Referrer
Ip6
::
Address
&
GetSource
(
void
)
{
return
AsCoreType
(
&
mSource
)
;
}
ping_sender.hpp:99
messageInfo
.
SetSockAddr
(
mConfig
.
GetSource
(
)
)
;
ping_sender.cpp:127
ot::Utils::PingSender
ot::Utils::PingSender::SendPing()
Call Tree
from
examples
ot::Utils::PingSender::Config::GetSource()
is called by 1 function:
ot::Utils::PingSender::SendPing()
All items filtered out
ot::Utils::PingSender::Config::GetSource()
All items filtered out
Data Use
from
examples
All items filtered out
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