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

◆ WriteResult() [3/3]

fl::WriteResult::WriteResult ( const fl::string & err)
inlineexplicit

Definition at line 19 of file write_result.h.

19: ok(false), error(err) {}
fl::string error
Error message (empty if ok == true)
bool ok
True if write succeeded, false if error.

References error, and ok.