ot::Spinel::Decoder::ReadUtf8() method
Decodes and reads a UTF8 string form the frame. On success, the read position gets updated.
Arguments
aUtf8
Reference to a `char` pointer to output the string. On success, the pointer variable is updated.
Return value
OT_ERROR_NONE Successfully read the value. OT_ERROR_PARSE Failed to parse/decode the value and `aUtf8` is untouched.