libusb_speed

Speed codes. Indicates the speed at which the device is operating.

Values

ValueMeaning
LIBUSB_SPEED_UNKNOWN0
LIBUSB_SPEED_LOW1

low speed (1.5MBit/s).

LIBUSB_SPEED_FULL2

full speed (12MBit/s).

LIBUSB_SPEED_HIGH3

high speed (480MBit/s).

LIBUSB_SPEED_SUPER4

super speed (5000MBit/s).

Meta