ESP-IDF
ot::Ip6::Address::SetToRealmLocalAllNodesMulticast()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Ip6::Address::SetToRealmLocalAllNodesMulticast()
ot::Ip6::Address::SetToRealmLocalAllNodesMulticast() method
Sets the IPv6 address to the realm-local all nodes multicast address (ff03::01)
Syntax
Show:
Summary
Declaration
Definition
from
ip6_address.hpp:682
void
SetToRealmLocalAllNodesMulticast
(
void
)
;
Implemented in
ip6_address.cpp:372
Examples
References
from
examples
Code
Location
void
Address
::
SetToRealmLocalAllNodesMulticast
(
void
)
{
*
this
=
GetRealmLocalAllNodesMulticast
(
)
;
}
ip6_address.cpp:372
void
SetToRealmLocalAllNodesMulticast
(
void
)
;
ip6_address.hpp:682
Call Tree
from
examples
ot::Ip6::Address::SetToRealmLocalAllNodesMulticast()
calls 1 function:
All items filtered out
ot::Ip6::Address::SetToRealmLocalAllNodesMulticast()
ot::Ip6::Address::GetRealmLocalAllNodesMulticast()
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