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

◆ exclusiveDriverName()

const fl::string & fl::ChannelManager::exclusiveDriverName ( ) const
inline

Get the currently-active exclusive-driver selection (if any).

Returns
Driver name set via setExclusiveDriver(...), or empty string if no exclusive mode is active.
Note
Diagnostic accessor — used by the #2517 silent-drop FL_ERROR to name the current exclusive-driver setting in its remediation hint.

Definition at line 189 of file manager.h.

189{ return mExclusiveDriver; }
fl::string mExclusiveDriver
Exclusive driver name (empty if no exclusive mode)
Definition manager.h:296

References FL_NOEXCEPT, and mExclusiveDriver.