ot::Utils::MeshDiag::QueryChildrenIp6Addrs() method
Sends a query to a parent to retrieve the IPv6 addresses of all its MTD children.
Arguments
aRloc16
The RLOC16 of parent to query.
aCallback
The callback to report the queried child IPv6 address list.
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 RLOC16. kErrorInvalidState Device is not attached. kErrorNoBufs Could not allocate buffer to send query messages.