LIBUSB_SPEED_HIGH constant
        
        int
        const LIBUSB_SPEED_HIGH
        
      
      
The device is operating at high speed (480MBit/s).
Implementation
static const int LIBUSB_SPEED_HIGH = 3;The device is operating at high speed (480MBit/s).
static const int LIBUSB_SPEED_HIGH = 3;