Share via


UDECX_USB_DEVICE_SPEED enumeración (udecxusbdevice.h)

Define los valores para las velocidades del dispositivo USB.

Syntax

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

Constantes

 
UdecxUsbLowSpeed
Indica un dispositivo compatible con USB 1.1 de baja velocidad.
UdecxUsbFullSpeed
Indica un dispositivo compatible con USB 1.1 de velocidad completa.
UdecxUsbHighSpeed
Indica un dispositivo compatible con USB 2.0 de alta velocidad.
UdecxUsbSuperSpeed
Indica un dispositivo compatible con SuperSpeed USB 3.0.

Requisitos

Requisito Valor
Header udecxusbdevice.h (incluya Udecx.h)

Consulte también

UdecxUsbDeviceInitSetSpeed