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

◆ getSysExSize()

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

Definition at line 96 of file midi_Message.h.

97 {
98 const unsigned size = unsigned(data2) << 8 | data1;
100 }
static const unsigned sSysExMaxSize
DataByte data1
DataByte data2

Referenced by MidiInterface< Transport, _Settings, _Platform >::send().

+ Here is the caller graph for this function: