ot::FrameData::CanRead() const method
Indicates whether or not there are enough bytes remaining in the `FrameData` to read a given number of bytes.
Syntax
bool CanRead(uint16_t aLength) const; Arguments
aLength
The read length to check.
Return value
TRUE There are enough remaining bytes to read @p aLength bytes. FALSE There are not enough remaining bytes to read @p aLength bytes.
ot::FrameData::CanRead() const is called by 2 functions and calls 1 function:
![]()
ot::FrameData::CanRead() const
ot::FrameData::CanRead() const reads 1 variable:
![]()
ot::FrameData::CanRead() const