ESP-IDF
ot::AddressResolver::CacheEntry::kInvalidLastTransTime
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/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::AddressResolver::CacheEntry::kInvalidLastTransTime
ot::AddressResolver::CacheEntry::kInvalidLastTransTime variable
Syntax
Show:
Summary
Declaration
from
address_resolver.hpp:287
static
constexpr
uint32_t
kInvalidLastTransTime
=
0xffffffff
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint32_t
kInvalidLastTransTime
=
0xffffffff
;
// Value when `mLastTransactionTime` is invalid.
address_resolver.hpp:287
bool
IsLastTransactionTimeValid
(
void
)
const
{
return
GetLastTransactionTime
(
)
!=
kInvalidLastTransTime
;
}
address_resolver.hpp:262
ot::AddressResolver::CacheEntry
ot::AddressResolver::CacheEntry::IsLastTransactionTimeValid() const
void
MarkLastTransactionTimeAsInvalid
(
void
)
{
SetLastTransactionTime
(
kInvalidLastTransTime
)
;
}
address_resolver.hpp:263
ot::AddressResolver::CacheEntry
ot::AddressResolver::CacheEntry::MarkLastTransactionTimeAsInvalid()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::AddressResolver::CacheEntry::kInvalidLastTransTime
is read by 2 functions:
All items filtered out
ot::AddressResolver::CacheEntry::kInvalidLastTransTime
ot::AddressResolver::CacheEntry::IsLastTransactionTimeValid() const
ot::AddressResolver::CacheEntry::MarkLastTransactionTimeAsInvalid()
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