ESP-IDF
ot::AddressResolver::EntryInfo::State
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::AddressResolver::EntryInfo::State
ot::AddressResolver::EntryInfo::State enum
Syntax
Show:
Summary
Declaration
from
address_resolver.hpp:97
enum
State
:
uint8_t
{
kStateCached
=
OT_CACHE_ENTRY_STATE_CACHED
,
kStateSnooped
=
OT_CACHE_ENTRY_STATE_SNOOPED
,
kStateQuery
=
OT_CACHE_ENTRY_STATE_QUERY
,
kStateRetryQuery
=
OT_CACHE_ENTRY_STATE_RETRY_QUERY
,
}
;
Values
Value
Declared as
ot::AddressResolver::EntryInfo::State::kStateCached
=
OT_CACHE_ENTRY_STATE_CACHED
ot::AddressResolver::EntryInfo::State::kStateSnooped
=
OT_CACHE_ENTRY_STATE_SNOOPED
ot::AddressResolver::EntryInfo::State::kStateQuery
=
OT_CACHE_ENTRY_STATE_QUERY
ot::AddressResolver::EntryInfo::State::kStateRetryQuery
=
OT_CACHE_ENTRY_STATE_RETRY_QUERY
Examples
References
from
examples
Code
Location
Referrer
enum
State
:
uint8_t
///< Entry state.
address_resolver.hpp:97
DefineMapEnum
(
otCacheEntryState
,
AddressResolver
::
EntryInfo
::
State
)
;
address_resolver.hpp:402
ot::MappedEnum::Type
Call Tree
from
examples
All items filtered out
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
Instance
Scope
Location
Project
ot::MappedEnum::Type
address_resolver.hpp:402
Lifecycle
from
examples
All items filtered out
All items filtered out