ot::Spinel::Decoder::ReadEui64() method
Decodes and reads an EUI64 value form the frame. On success, the read position gets updated and the EUI64 value is copied into the given output variable.
Arguments
aEui64
Reference to EUI64 variable to output the value (as `spinel_eui64_t`). On success, the address 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 `aEui64` is untouched.