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

◆ setHandleStop()

template<class Transport, class _Settings = DefaultSettings, class _Platform = DefaultPlatform>
void MidiInterface< Transport, _Settings, _Platform >::setHandleStop ( StopCallback fptr)
inline

Definition at line 205 of file MIDI.h.

205{ mStopCallback = fptr; }
StopCallback mStopCallback
Definition MIDI.h:232
The main class for MIDI handling. It is templated over the type of serial port to provide abstraction...
Definition MIDI.h:55

References mStopCallback.