otBorderRoutingPrefixTableIterator

#include <border_routing.h>

Represents an iterator to iterate through the Border Router's discovered prefix table.

Summary

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

Before using an iterator, it MUST be initialized using otBorderRoutingPrefixTableInitIterator().

Public attributes

mData32
uint32_t
mPtr1
const void *
mPtr2
const void *

Public attributes

mData32

uint32_t otBorderRoutingPrefixTableIterator::mData32

mPtr1

const void * otBorderRoutingPrefixTableIterator::mPtr1

mPtr2

const void * otBorderRoutingPrefixTableIterator::mPtr2

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.