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

◆ finished()

bool fl::RxChannel::finished ( ) const

Definition at line 111 of file channel.cpp.hpp.

111 {
112 return mDevice ? mDevice->finished() : true;
113}
fl::shared_ptr< RxDevice > mDevice
Definition channel.h:56

References FL_NOEXCEPT, and mDevice.