esp::openthread::SpiSpinelInterface::SendFrame() method
This method encodes and sends a spinel frame to Radio Co-processor (RCP) over the socket.
Arguments
frame
A pointer to buffer containing the spinel frame to send.
length
The length (number of bytes) in the frame.
Return value
-OT_ERROR_NONE Successfully encoded and sent the spinel frame. -OT_ERROR_NO_BUFS Insufficient buffer space available to encode the frame. -OT_ERROR_FAILED Failed to send due to socket not becoming writable within `kMaxWaitTime`.