#include <MIDI.h>
Data Fields | |
struct { | |
uint8_t StreamingInterfaceNumber | |
uint8_t DataINEndpointNumber | |
uint16_t DataINEndpointSize | |
uint8_t DataOUTEndpointNumber | |
uint16_t DataOUTEndpointSize | |
} | Config |
struct { | |
} | State |
struct { ... } USB_ClassInfo_MIDI_Device_t::Config |
Config data for the USB class interface within the device. All elements in this section must be set or the interface will fail to enumerate and operate correctly.
Endpoint number of the incomming MIDI data, if available (zero if unused)
Size in bytes of the incomming MIDI data endpoint, if available (zero if unused)
Endpoint number of the outgoing MIDI data, if available (zero if unused)
Size in bytes of the outgoing MIDI data endpoint, if available (zero if unused)
struct { ... } USB_ClassInfo_MIDI_Device_t::State |
State data for the USB class interface within the device. All elements in this section are reset to their defaults when the interface is enumerated.
Index of the Audio Streaming interface within the device this structure controls