FastLED
3.9.15
Loading...
Searching...
No Matches
◆
hasError()
bool fl::NullDecoder::hasError
(
fl::string
*
msg
=
nullptr
)
const
inline
override
virtual
Implements
fl::IDecoder
.
Definition at line
67
of file
idecoder.h
.
67
{
68
if
(msg) {
69
*msg =
"Codec not supported on this platform"
;
70
}
71
return
true
;
72
}
fl
NullDecoder
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2