Control Surface stm32
MIDI Control Surface library for Arduino
Public Member Functions | Public Attributes | List of all members
GenericUSBMIDI_Interface< Backend >::Sender Struct Reference

Detailed Description

template<class Backend>
struct GenericUSBMIDI_Interface< Backend >::Sender

Functor to send USB MIDI packets.

Definition at line 73 of file USBMIDI_Interface.hpp.

+ Collaboration diagram for GenericUSBMIDI_Interface< Backend >::Sender:

Public Member Functions

void operator() (Cable cn, MIDICodeIndexNumber cin, uint8_t d0, uint8_t d1, uint8_t d2)
 

Public Attributes

GenericUSBMIDI_Interfaceiface
 

Member Function Documentation

◆ operator()()

void operator() ( Cable  cn,
MIDICodeIndexNumber  cin,
uint8_t  d0,
uint8_t  d1,
uint8_t  d2 
)
inline

Definition at line 75 of file USBMIDI_Interface.hpp.

Member Data Documentation

◆ iface

Definition at line 74 of file USBMIDI_Interface.hpp.


The documentation for this struct was generated from the following file: