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

◆ getSysExArrayLength()

template<class Transport, class Settings, class Platform>
unsigned MidiInterface< Transport, Settings, Platform >::getSysExArrayLength ( ) const
inline

Get the length of the System Exclusive array.

It is coded using data1 as LSB and data2 as MSB.

Returns
The array's length, in bytes.

Definition at line 1180 of file MIDI.hpp.

1181{
1182 return mMessage.getSysExSize();
1183}
MidiMessage mMessage
Definition MIDI.h:283

References mMessage.

Referenced by thruFilter().

+ Here is the caller graph for this function: