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

◆ isInUse()

bool fl::ChannelData::isInUse ( ) const
inline

Check if channel data is currently in use by the driver.

Returns
true if driver is transmitting this data, false otherwise

Definition at line 87 of file data.h.

87{ return mInUse; }
volatile bool mInUse
Engine is transmitting this data (prevents creator updates)
Definition data.h:149

References FL_NOEXCEPT, and mInUse.