ESP-IDF
otCacheEntryInfo
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otCacheEntryInfo
otCacheEntryInfo struct
Represents an EID cache entry.
Syntax
Show:
Summary
Declaration
from
thread_ftd.h:97
typedef
struct
otCacheEntryInfo
{
otIp6Address
mTarget
;
otShortAddress
mRloc16
;
otCacheEntryState
mState
;
bool
mCanEvict
:
1
;
bool
mRampDown
:
1
;
bool
mValidLastTrans
:
1
;
uint32_t
mLastTransTime
;
otIp6Address
mMeshLocalEid
;
uint16_t
mTimeout
;
uint16_t
mRetryDelay
;
}
otCacheEntryInfo
;
Fields
Field
Declared as
otCacheEntryInfo::mTarget
otIp6Address
otCacheEntryInfo::mRloc16
otShortAddress
otCacheEntryInfo::mState
otCacheEntryState
otCacheEntryInfo::mCanEvict
bool
:
1
otCacheEntryInfo::mRampDown
bool
:
1
otCacheEntryInfo::mValidLastTrans
bool
:
1
otCacheEntryInfo::mLastTransTime
uint32_t
otCacheEntryInfo::mMeshLocalEid
otIp6Address
otCacheEntryInfo::mTimeout
uint16_t
otCacheEntryInfo::mRetryDelay
uint16_t
Related Functions
Found 2 other functions taking a
otCacheEntryInfo
argument:
Function
Description
ot::Cli::Interpreter::OutputEidCacheEntry()
otThreadGetNextCacheEntry()
Gets the next EID cache entry (using an iterator).
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