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

◆ Message()

template<unsigned SysExMaxSize>
Message< SysExMaxSize >::Message ( )
inline

Default constructor
Initializes the attributes with their default values.

Definition at line 47 of file midi_Message.h.

48 : channel(0)
50 , data1(0)
51 , data2(0)
52 , valid(false)
53 {
55 }
static const unsigned sSysExMaxSize
Channel channel
DataByte sysexArray[sSysExMaxSize]
bool valid
DataByte data1
MidiType type
DataByte data2