ot::FrameBuilder::CanAppend() const method
Indicates whether or not there are enough bytes remaining in the `FrameBuilder` buffer to append a given number of bytes.
Syntax
bool CanAppend(uint16_t aLength) const; Arguments
aLength
The append length.
Return value
TRUE There are enough remaining bytes to append @p aLength bytes. FALSE There are not enough remaining bytes to append @p aLength bytes.