ot::Spinel::Decoder::ReadEui48() method
Decodes and reads an EUI48 value form the frame. On success, the read position gets updated and the EUI48 value is copied into the given output variable.
Arguments
aEui48
Reference to EUI48 variable to output the value (as `spinel_eui48_t`). On success, value is copied into the output variable.
Return value
OT_ERROR_NONE Successfully read the value. OT_ERROR_PARSE Failed to parse/decode the value and `aEui48` is untouched.