ot::FrameBuilder::RemoveBytes() method
Removes a given number of bytes in `FrameBuilder` at a given offset, moving existing content after removed bytes backward. Does not perform any bound checks. The caller MUST ensure that the given length and offset fits within the previously appended content. Otherwise the behavior of this method is undefined.
Arguments
aOffset
The offset to remove bytes from.
aLength
The number of bytes to remove.
ot::FrameBuilder::RemoveBytes() reads 2 variables and writes 1 variable:
![]()
ot::FrameBuilder::RemoveBytes()