esp::openthread::UartSpinelInterface::SendFrame() method
Encodes and sends a spinel frame to Radio Co-processor (RCP) over the socket.
Arguments
aFrame
A pointer to buffer containing the spinel frame to send.
aLength
The length (number of bytes) in the frame.
Return value
OT_ERROR_NONE Successfully encoded and sent the spinel frame. OT_ERROR_BUSY Failed due to another operation is on going. OT_ERROR_NO_BUFS Insufficient buffer space available to encode the frame. OT_ERROR_FAILED Failed to call the SPI driver to send the frame.