FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Message< SysExMaxSize > Struct Template Reference

Detailed Description

template<unsigned SysExMaxSize>
struct Message< SysExMaxSize >

The Message structure contains decoded data of a MIDI message read from the serial port with read()

Definition at line 42 of file midi_Message.h.

#include <midi_Message.h>

+ Inheritance diagram for Message< SysExMaxSize >:

Public Member Functions

 Message ()
 
unsigned getSysExSize () const
 

Public Attributes

Channel channel
 
DataByte data1
 
DataByte data2
 
unsigned length
 
DataByte sysexArray [sSysExMaxSize]
 
MidiType type
 
bool valid
 

Static Public Attributes

static const unsigned sSysExMaxSize = SysExMaxSize
 

The documentation for this struct was generated from the following file: