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

◆ ChannelData() [1/3]

fl::ChannelData::ChannelData ( const ChipsetVariant & chipset,
fl::vector_psram< u8 > && encodedData )
private

Private constructor - variant-based (modern API)

Definition at line 45 of file data.cpp.hpp.

49 : mChipset(chipset)
50 , mEncodedData(fl::move(encodedData))
51{}
ChipsetVariant mChipset
Chipset configuration (clockless or SPI)
Definition data.h:146
fl::vector_psram< u8 > mEncodedData
Encoded transmission bytes (PSRAM)
Definition data.h:148
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28

References FL_NOEXCEPT, mChipset, mEncodedData, and fl::fl::move().

Referenced by ChannelData(), and operator=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: