ot::Spinel::Buffer::InFrameReset() method
Resets the write position of input frame back to a previously saved position. Any previously added content after the write position is discarded. The write position @p aPosition must belong to the same input frame saved earlier with `InFrameGetPosition()`. Cannot be used if the input frame has an added `otMessage` (i.e., a previous call to `InFrameFeedMessage()`).
Arguments
aPosition
A reference to write position
Return value
OT_ERROR_NONE Successfully reset the write position of current input frame.. OT_ERROR_INVALID_STATE No input frame (`InFrameBegin()` has not been called). OT_ERROR_INVALID_ARGS The given write position is not valid (does not belong to same input frame), or the input frame has an added `otMessage`.