Represents an EID cache entry.
Public Attributes#
Target EID.
RLOC16.
Entry state.
Indicates whether the entry can be evicted.
Whether in ramp-down mode while in OT_CACHE_ENTRY_STATE_RETRY_QUERY
.
Indicates whether last transaction time and ML-EID are valid.
Last transaction time (applicable in cached state).
Mesh Local EID (applicable if entry in cached state).
Timeout in seconds (applicable if in snooped/query/retry-query states).
Retry delay in seconds (applicable if in query-retry state).
Public Attribute Documentation#
mRampDown#
bool otCacheEntryInfo::mRampDown
Whether in ramp-down mode while in OT_CACHE_ENTRY_STATE_RETRY_QUERY
.
mValidLastTrans#
bool otCacheEntryInfo::mValidLastTrans
Indicates whether last transaction time and ML-EID are valid.
mLastTransTime#
uint32_t otCacheEntryInfo::mLastTransTime
Last transaction time (applicable in cached state).
mMeshLocalEid#
otIp6Address otCacheEntryInfo::mMeshLocalEid
Mesh Local EID (applicable if entry in cached state).
mTimeout#
uint16_t otCacheEntryInfo::mTimeout
Timeout in seconds (applicable if in snooped/query/retry-query states).
mRetryDelay#
uint16_t otCacheEntryInfo::mRetryDelay
Retry delay in seconds (applicable if in query-retry state).