otCacheEntryIterator
#include <thread_ftd.h>
Represents an iterator used for iterating through the EID cache table entries.
Summary
To initialize the iterator and start from the first entry in the cache table, set all its fields in the structure to zero (e.g., memset
the iterator to zero).
Public attributes |
|
---|---|
mData[2]
|
const void *
Opaque data used by the core implementation. Should not be changed by user.
|
Public attributes
mData
const void * otCacheEntryIterator::mData[2]
Opaque data used by the core implementation. Should not be changed by user.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.