otNeighborTableEntryInfo

#include <thread_ftd.h>

Represent a neighbor table entry info (child or router) and is used as a parameter in the neighbor table callback otNeighborTableCallback.

Summary

Public attributes

mChild
The child neighbor info.
mInfo
union otNeighborTableEntryInfo::@27
mInstance
The OpenThread instance.
mRouter
The router neighbor info.

Public attributes

mChild

otChildInfo otNeighborTableEntryInfo::mChild

The child neighbor info.

mInfo

union otNeighborTableEntryInfo::@27 otNeighborTableEntryInfo::mInfo

mInstance

otInstance * otNeighborTableEntryInfo::mInstance

The OpenThread instance.

mRouter

otNeighborInfo otNeighborTableEntryInfo::mRouter

The router neighbor info.

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.