ESP-IDF
ot::NetworkData::HasRouteEntry::IsNat64() const
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::NetworkData::HasRouteEntry::IsNat64() const
ot::NetworkData::HasRouteEntry::IsNat64() const method
Indicates whether or not the NAT64 flag is set.
Syntax
Show:
Summary
Declaration
from
network_data_tlvs.hpp:429
bool
IsNat64
(
void
)
const
;
Return value
TRUE If the NAT64 flag is set. FALSE If the NAT64 flag is not set.
Examples
References
from
examples
Code
Location
bool
IsNat64
(
void
)
const
{
return
(
mFlags
&
kNat64Flag
)
!=
0
;
}
network_data_tlvs.hpp:429
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::NetworkData::HasRouteEntry::IsNat64() const
reads 2 variables:
ot::NetworkData::HasRouteEntry::kNat64Flag
ot::NetworkData::HasRouteEntry::mFlags
All items filtered out
ot::NetworkData::HasRouteEntry::IsNat64() const
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