ot::Spinel::Buffer::InFrameGetPosition() method
Gets the current write position in the input frame. The write position is returned in @p aPosition. The saved position can later be used to overwrite the frame content (using `InFrameOverwrite()`) or discard a portion of written frame and move the write pointer back to the saved position (using `InFrameReset()`).
Arguments
aPosition
A reference to a `WritePosition` to save the current write position.
Return value
OT_ERROR_NONE Successfully saved current write position in @p aPosition. OT_ERROR_INVALID_STATE `InFrameBegin()` has not been called earlier to start the frame.