ot::Utils::CmdLineParser::ParseAsIp6Address() function
Parses a string as an IPv6 address.
Arguments
aString
The string to parse.
aAddress
A reference to an `otIp6Address` to output the parsed IPv6 address.
Return value
kErrorNone The string was parsed successfully. kErrorInvalidArgs The string does not contain valid IPv6 address.