ot::Utils::MeshDiag::QueryRouterNeighborTable() method
Starts query for router neighbor table for a given router.
Arguments
aRloc16
The RLOC16 of router to query.
aCallback
The callback to report the queried table.
aContext
A context to pass in @p aCallback.
Return value
kErrorNone The query started successfully. kErrorBusy A previous discovery or query request is still ongoing. kErrorInvalidArgs The @p aRloc16 is not a valid router RLOC16. kErrorInvalidState Device is not attached. kErrorNoBufs Could not allocate buffer to send query messages.