|
FastLED 3.9.15
|
Private implementation data for Transaction class.
#include <impl.h>
Collaboration diagram for fl::spi::Transaction::Impl:Public Member Functions | |
| Impl (Device *dev) | |
| Constructor. | |
Public Attributes | |
| bool | cancelled |
| Whether transaction was cancelled. | |
| bool | completed |
| Whether transaction has completed. | |
| Device * | device |
| Back-reference to device. | |
| fl::optional< fl::task::Error > | result |
| Result of the transaction (nullopt = success) | |
| u32 | timeout_ms |
| Timeout value in milliseconds. | |