USB_ClassInfo_MIDI_Device_t Struct Reference
[MIDI Class Device Mode Driver]

#include <MIDI.h>


Data Fields

struct {
   uint8_t   StreamingInterfaceNumber
   uint8_t   DataINEndpointNumber
   uint16_t   DataINEndpointSize
   uint8_t   DataOUTEndpointNumber
   uint16_t   DataOUTEndpointSize
Config
struct {
State


Detailed Description

Class state structure. An instance of this structure should be made for each MIDI interface within the user application, and passed to each of the MIDI class driver functions as the MIDIInterfaceInfo parameter. This stores each MIDI interface's configuration and state information.

Field Documentation

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)

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


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

Generated on Sun Aug 9 19:53:13 2009 for LUFA (Formerly MyUSB) Library by  doxygen 1.5.9