Module class

Module class 

Source
Expand description

Contains the class implementation.

Structs§

InvalidArguments
Error returned when passing invalid arguments to UsbMidiClass::new.
UsbMidiClass
Packet-level implementation of a USB MIDI device.

Enums§

UsbMidiReadError
Error variants for read operations.

Constants§

MAX_PACKET_SIZE
Maximum transfer size of an endpoint.
MIDI_PACKET_SIZE
Size of a single packet in bytes.