ot::Spinel::Buffer::InFrameFeedData() method
Adds data to the current input frame. Before using this method `InFrameBegin()` 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
aDataBuffer
A pointer to data buffer.
aDataBufferLength
The length of the data buffer.
Return value
OT_ERROR_NONE Successfully added new data to the frame. OT_ERROR_NO_BUFS Insufficient buffer space available to add data. OT_ERROR_INVALID_STATE `InFrameBegin()` has not been called earlier to start the frame.