esp::openthread::SpiSpinelInterface::Init() method
Initializes the interface to the Radio Co-processor (RCP).
Arguments
aCallback
Callback on frame received
aCallbackContext
Callback context
aFrameBuffer
A reference to a `RxFrameBuffer` object.
Return value
OT_ERROR_NONE The interface is initialized successfully OT_ERROR_ALREADY The interface is already initialized. OT_ERROR_FAILED Failed to initialize the interface.
Notes
This method should be called before reading and sending spinel frames to the interface.