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

◆ check()

template<class Transport, class Settings, class Platform>
bool MidiInterface< Transport, Settings, Platform >::check ( ) const
inline

Check if a valid message is stored in the structure.

Definition at line 1187 of file MIDI.hpp.

1188{
1189 return mMessage.valid;
1190}
MidiMessage mMessage
Definition MIDI.h:283

References mMessage.