FastLED 3.9.15
Loading...
Searching...
No Matches

◆ available()

bool fl::ByteStreamMemory::available ( size_t n) const
overridevirtual

Implements fl::ByteStream.

Definition at line 17 of file bytestreammemory.cpp.

17 {
18 return mReadBuffer.size() >= n;
19}
CircularBuffer< uint8_t > mReadBuffer

References mReadBuffer.

Referenced by read().

+ Here is the caller graph for this function: