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.
ot::FrameBuilder::CanAppend() const is called by 5 functions:
![]()
ot::FrameBuilder::CanAppend() const
ot::FrameBuilder::CanAppend() const reads 2 variables:
![]()
ot::FrameBuilder::CanAppend() const