ot::FrameBuilder::WriteBytes() method
Writes bytes in `FrameBuilder` at a given offset overwriting the previously appended content. Does not perform any bound checks. The caller MUST ensure that the given data length fits within the previously appended content. Otherwise the behavior of this method is undefined.
Arguments
aOffset
The offset to begin writing.
aBuffer
A pointer to a data buffer to write.
aLength
Number of bytes in @p aBuffer.
ot::FrameBuilder::WriteBytes() reads 1 variable:
![]()
ot::FrameBuilder::WriteBytes()