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

◆ available()

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

Implements fl::ByteStream.

Definition at line 15 of file bytestreammemory.cpp.

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

References mReadBuffer.

Referenced by read().

+ Here is the caller graph for this function: