FastLED
3.9.15
Loading...
Searching...
No Matches
◆
isDone()
bool fl::spi::Transaction::isDone
(
)
const
Check if transaction is complete.
Returns
true if done, false if still in progress
Definition at line
462
of file
device.cpp.hpp
.
462
{
463
return
pImpl
?
pImpl
->completed :
true
;
464
}
fl::spi::Transaction::pImpl
fl::unique_ptr< Impl > pImpl
Definition
transaction.h:78
References
pImpl
.
fl
spi
Transaction
Generated on Tue Jun 16 2026 00:07:10 for FastLED by
1.13.2