enumerazione UDECX_USB_DEVICE_SPEED (udecxusbdevice.h)

Definisce i valori per la velocità del dispositivo USB.

Sintassi

typedef enum _UDECX_USB_DEVICE_SPEED {
  UdecxUsbLowSpeed,
  UdecxUsbFullSpeed,
  UdecxUsbHighSpeed,
  UdecxUsbSuperSpeed
} UDECX_USB_DEVICE_SPEED, *PUDECX_USB_DEVICE_SPEED;

Costanti

 
UdecxUsbLowSpeed
Indica un dispositivo conforme a USB 1.1 a bassa velocità.
UdecxUsbFullSpeed
Indica un dispositivo conforme a USB 1.1 a velocità completa.
UdecxUsbHighSpeed
Indica un dispositivo conforme a USB 2.0 ad alta velocità.
UdecxUsbSuperSpeed
Indica un dispositivo conforme a SuperSpeed USB 3.0.

Requisiti

Requisito Valore
Intestazione udecxusbdevice.h (include Udecx.h)

Vedi anche

UdecxUsbDeviceInitSetSpeed