nRF5 SDK for Thread and Zigbee v4.1.0
Data Fields
otCacheEntryInfo Struct Reference

#include <thread_ftd.h>

Data Fields

otIp6Address mTarget
 Target EID.
 
otShortAddress mRloc16
 RLOC16.
 
otCacheEntryState mState
 Entry state.
 
bool mCanEvict: 1
 Indicates whether the entry can be evicted.
 
bool mValidLastTrans: 1
 Indicates whether last transaction time and ML-EID are valid.
 
uint32_t mLastTransTime
 Last transaction time (applicable in cached state).
 
otIp6Address mMeshLocalEid
 Mesh Local EID (applicable if entry in cached state).
 
uint16_t mTimeout
 Timeout in seconds (applicable if in snooped/query/retry-query states).
 
uint16_t mRetryDelay
 Retry delay in seconds (applicable if in query-retry state).
 

Detailed Description

This structure represents an EID cache entry.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated