ot::Spinel::Decoder::ReadDataWithLen() method
Decodes and reads a data blob (sequence of bytes) with data length. The data length is assumed to be prepended before the data content (encoded as a `uint16_t`). The size of the length field should not be included in the length value. This method corresponds to `SPINEL_DATATYPE_DATA_WLEN` type.
Arguments
aData
Reference to pointer variable to output the data. On success, the pointer variable is updated.
aDataLen
Reference to variable to out the data length (number of bytes).
Return value
OT_ERROR_NONE Successfully read the value. OT_ERROR_PARSE Failed to parse/decode the value. `aDataLen` may be updated and `aData` is untouched.