ot::Spinel::Decoder::ReadUintPacked() method
Decodes (using spinel packed integer format) and reads an unsigned integer value form the frame. On success, the read position gets updated.
Arguments
aUint
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 `aUint` is untouched.