ot::Utils::PingSender::Config::GetSource() const method
Gets the source IPv6 address of the ping.
Syntax
const Ip6::Address &GetSource(void) const; Return value
The ping source IPv6 address.
![]()
const Ip6::Address &GetSource(void) const { return AsCoreType(&mSource); }