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

◆ getSysExSize()

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

Definition at line 98 of file midi_Message.h.

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

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

+ Here is the caller graph for this function: