ESP-IDF
ot::Utils::Slaac::SlaacAddress::mExpirationTime
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::mExpirationTime
ot::Utils::Slaac::SlaacAddress::mExpirationTime field
Syntax
Show:
Summary
Declaration
from
slaac_address.hpp:197
TimeMilli
mExpirationTime
;
Examples
References
from
examples
Code
Location
Scope
Referrer
TimeMilli
mExpirationTime
;
slaac_address.hpp:197
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()
TimeMilli
GetExpirationTime
(
void
)
const
{
return
mExpirationTime
;
}
slaac_address.hpp:181
ot::Utils::Slaac::SlaacAddress
ot::Utils::Slaac::SlaacAddress::GetExpirationTime() const
mExpirationTime
=
aTime
;
slaac_address.hpp:184
ot::Utils::Slaac::SlaacAddress
ot::Utils::Slaac::SlaacAddress::SetExpirationTime()
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::mExpirationTime
is read by 4 functions:
All items filtered out
ot::Utils::Slaac::SlaacAddress::mExpirationTime
ot::Utils::Slaac::SlaacAddress::IsDeprecating() const
ot::Utils::Slaac::SlaacAddress::MarkAsNotDeprecating()
ot::Utils::Slaac::SlaacAddress::GetExpirationTime() const
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