otHistoryTrackerIterator

#include <history_tracker.h>

Represents an iterator to iterate through a history list.

Summary

The fields in this type are opaque (intended for use by OpenThread core) and therefore should not be accessed/used by caller.

Before using an iterator, it MUST be initialized using otHistoryTrackerInitIterator(),

Public attributes

mData16
uint16_t
mData32
uint32_t

Public attributes

mData16

uint16_t otHistoryTrackerIterator::mData16

mData32

uint32_t otHistoryTrackerIterator::mData32

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.