FastLED
3.9.15
Loading...
Searching...
No Matches
◆
hasError()
bool fl::JpegDecoder::Impl::hasError
(
fl::string
*
msg
=
nullptr
)
const
inline
Definition at line
117
of file
jpeg.cpp.hpp
.
117
{
118
if
(msg &&
mHasError
) {
119
*msg =
mErrorMessage
;
120
}
121
return
mHasError
;
122
}
fl::JpegDecoder::Impl::mHasError
bool mHasError
Definition
jpeg.cpp.hpp:45
fl::JpegDecoder::Impl::mErrorMessage
fl::string mErrorMessage
Definition
jpeg.cpp.hpp:44
References
mErrorMessage
, and
mHasError
.
fl
JpegDecoder
Impl
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2