ot::Spinel::FrameWritePointer::UndoLastWrites() method
Undoes the last @p aUndoLength writes, removing them from frame.
Arguments
aUndoLength
Number of bytes to remove (number of last `WriteByte()` calls to undo).
Notes
Caller should ensure that @p aUndoLength is less than or equal to the number of previously written bytes into the frame. This method does not perform any checks and its behavior is undefined if @p aUndoLength is larger than the number of bytes previously written into the frame.