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

◆ DriverState() [2/2]

fl::IChannelDriver::DriverState::DriverState ( Value v,
const fl::string & e )
inline

Construct from state and error message.

Definition at line 180 of file driver.h.

180: state(v), error(e) {}
fl::string error
Error message (only populated when state == ERROR)
Definition driver.h:174
Value state
Current driver state.
Definition driver.h:173

References FL_NOEXCEPT.