ESP-IDF
ot::Ip6::Address::IsRealmLocalAllRoutersMulticast() const
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
ot::Ip6::Address::IsRealmLocalAllRoutersMulticast() const
ot::Ip6::Address::IsRealmLocalAllRoutersMulticast() const method
Indicates whether or not the IPv6 address is a realm-local all routers multicast address (ff03::02).
Syntax
Show:
Summary
Declaration
Definition
from
ip6_address.hpp:690
bool
IsRealmLocalAllRoutersMulticast
(
void
)
const
;
Implemented in
ip6_address.cpp:374
Return value
TRUE If the IPv6 address is a realm-local all routers multicast address. FALSE If the IPv6 address is not a realm-local all routers multicast address.
Examples
References
from
examples
Code
Location
bool
Address
::
IsRealmLocalAllRoutersMulticast
(
void
)
const
{
return
(
*
this
==
GetRealmLocalAllRoutersMulticast
(
)
)
;
}
ip6_address.cpp:374
bool
IsRealmLocalAllRoutersMulticast
(
void
)
const
;
ip6_address.hpp:690
Call Tree
from
examples
ot::Ip6::Address::IsRealmLocalAllRoutersMulticast() const
calls 1 function:
All items filtered out
ot::Ip6::Address::IsRealmLocalAllRoutersMulticast() const
ot::Ip6::Address::GetRealmLocalAllRoutersMulticast()
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