otMeshDiagGetNextIp6Address() function
Iterates through the discovered IPv6 addresses of a router or an MTD child. MUST be used - from the callback `otMeshDiagDiscoverCallback()` and use the `mIp6AddrIterator` from the `aRouterInfo` struct that is provided as input to the callback, or - from the callback `otMeshDiagChildIp6AddrsCallback()` along with provided `aIp6AddrIterator`.
Arguments
aIterator
The address iterator to use.
aIp6Address
A pointer to return the next IPv6 address (if any).
Return value
OT_ERROR_NONE Successfully retrieved the next address. @p aIp6Address and @p aIterator are updated. OT_ERROR_NOT_FOUND No more address. Reached the end of the list.