ESP-IDF
otCacheEntryState
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otCacheEntryState
otCacheEntryState enum
Syntax
Show:
Summary
Declaration
from
thread_ftd.h:86
enum
otCacheEntryState
{
OT_CACHE_ENTRY_STATE_CACHED
=
0
,
OT_CACHE_ENTRY_STATE_SNOOPED
=
1
,
OT_CACHE_ENTRY_STATE_QUERY
=
2
,
OT_CACHE_ENTRY_STATE_RETRY_QUERY
=
3
,
}
;
Values
Value
Declared as
otCacheEntryState::OT_CACHE_ENTRY_STATE_CACHED
=
0
otCacheEntryState::OT_CACHE_ENTRY_STATE_SNOOPED
=
1
otCacheEntryState::OT_CACHE_ENTRY_STATE_QUERY
=
2
otCacheEntryState::OT_CACHE_ENTRY_STATE_RETRY_QUERY
=
3
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out