enum io.UsbTransferType

enum UsbTransferType: uint8_t {
    Control,
    Isochronous,
    Bulk,
    Interrupt,
    BulkStream,
};