ot::Spinel::Decoder::ReadInt8() method
Decodes and reads an `int8_t` value form the frame. On success, the read position get updated.
Arguments
aInt8
Reference to variable to output the read value.
Return value
OT_ERROR_NONE Successfully read the value. OT_ERROR_PARSE Failed to parse/decode the value and `aInt8` is untouched.