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

Public Attributes#

The OpenThread instance.

The child neighbor info.

The router neighbor info.

union otNeighborTableEntryInfo::@27

Public Attribute Documentation#

mInstance#

otInstance* otNeighborTableEntryInfo::mInstance

The OpenThread instance.


Definition at line 798 of file include/openthread/thread_ftd.h

mChild#

otChildInfo otNeighborTableEntryInfo::mChild

The child neighbor info.


Definition at line 801 of file include/openthread/thread_ftd.h

mRouter#

otNeighborInfo otNeighborTableEntryInfo::mRouter

The router neighbor info.


Definition at line 802 of file include/openthread/thread_ftd.h

mInfo#

union otNeighborTableEntryInfo::@27 otNeighborTableEntryInfo::mInfo

Definition at line 803 of file include/openthread/thread_ftd.h