FindParent()
FindParent()
FindParent()
FindNeighbor()
FindNeighbor()
FindNeighbor()
FindNeighbor()
FindRxOnlyNeighborRouter()
Searches in the neighbor table to find a `Neighbor` for which a one-way link is maintained (as in the case of an FTD child with neighbor routers).
FindRxOnlyNeighborRouter()
Searches in the neighbor table to find a `Neighbor` for which a one-way link is maintained (as in the case of an FTD child with neighbor routers).
GetNextNeighborInfo()
Gets the next neighbor information. It is used to iterate through the entries of the neighbor table.
RegisterCallback()
Registers the "neighbor table changed" callback function. The provided callback (if non-`nullptr`) will be invoked when a child/router entry is being added/remove to/from the neighbor table. Subsequent calls to this method will overwrite the previous callback.
Signal()
Signals a "neighbor table changed" event. Invokes the `NeighborTable::Callback` and also signals the change through a related `Notifier` event.
FindParent()
FindNeighbor()
FindChildOrRouter()