ESP-IDF
ot::Utils::Slaac::SlaacAddress::kNotDeprecated
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::Utils::Slaac::SlaacAddress::kNotDeprecated
ot::Utils::Slaac::SlaacAddress::kNotDeprecated variable
Syntax
Show:
Summary
Declaration
from
slaac_address.hpp:193
static
constexpr
uint32_t
kNotDeprecated
=
0
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint32_t
kNotDeprecated
=
0
;
// Special `mExpirationTime` value to indicate not deprecated.
slaac_address.hpp:193
bool
IsDeprecating
(
void
)
const
{
return
(
mExpirationTime
.
GetValue
(
)
!=
kNotDeprecated
)
;
}
;
slaac_address.hpp:179
ot::Utils::Slaac::SlaacAddress
ot::Utils::Slaac::SlaacAddress::IsDeprecating() const
void
MarkAsNotDeprecating
(
void
)
{
mExpirationTime
.
SetValue
(
kNotDeprecated
)
;
}
slaac_address.hpp:180
ot::Utils::Slaac::SlaacAddress
ot::Utils::Slaac::SlaacAddress::MarkAsNotDeprecating()
if
(
mExpirationTime
.
GetValue
(
)
==
kNotDeprecated
)
slaac_address.hpp:186
ot::Utils::Slaac::SlaacAddress
ot::Utils::Slaac::SlaacAddress::SetExpirationTime()
mExpirationTime
.
SetValue
(
kNotDeprecated
+
1
)
;
slaac_address.hpp:188
ot::Utils::Slaac::SlaacAddress
ot::Utils::Slaac::SlaacAddress::SetExpirationTime()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Utils::Slaac::SlaacAddress::kNotDeprecated
is read by 3 functions:
All items filtered out
ot::Utils::Slaac::SlaacAddress::kNotDeprecated
ot::Utils::Slaac::SlaacAddress::IsDeprecating() const
ot::Utils::Slaac::SlaacAddress::MarkAsNotDeprecating()
ot::Utils::Slaac::SlaacAddress::SetExpirationTime()
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