ot::Spinel::Decoder::ReadIp6Address() method
Decodes and reads an IPv6 address form the frame. On success, the read position gets updated and the IP address is copied into the given output variable.
Arguments
aIp6Addr
Reference to IPv6 address variable to output the value (as `spinel_ipv6addr_t`). On success, the address is copied into the output variable.
Return value
OT_ERROR_NONE Successfully read the value. OT_ERROR_PARSE Failed to parse/decode the value and `aIp6Addr` is untouched.