ot::Spinel::Encoder::WriteEui64() method
Encodes and writes an EUI64 value to current input frame. Before using this method `BeginFrame()` must be called to start and prepare a new input frame. Otherwise, this method does nothing and returns error status `OT_ERROR_INVALID_STATE`. If no buffer space is available, this method will discard and clear the current input frame and return the error status `OT_ERROR_NO_BUFS`.
Arguments
aEui64
A reference to the EUI64 value as a `spinel_eui64_t` type.
Return value
OT_ERROR_NONE Successfully added given value to the frame. OT_ERROR_NO_BUFS Insufficient buffer space available to add the EUI64 value. OT_ERROR_INVALID_STATE `BeginFrame()` has not been called earlier to start the frame.