ot::Spinel::Decoder::ReadData() method
Decodes and reads a data blob (sequence of bytes) form the frame. On success, the read position gets updated.
Arguments
aData
Reference to pointer variable to output the data. On success, the pointer variable is updated.
aDataLen
Reference to variable to output the data length (number of bytes).
Return value
OT_ERROR_NONE Successfully read the value. OT_ERROR_PARSE Failed to parse/decode the value. `aData` and `aDataLen` are untouched.