énumération UDECX_USB_DEVICE_SPEED (udecxusbdevice.h)
Définit des valeurs pour les vitesses des périphériques USB.
Syntax
typedef enum _UDECX_USB_DEVICE_SPEED {
UdecxUsbLowSpeed,
UdecxUsbFullSpeed,
UdecxUsbHighSpeed,
UdecxUsbSuperSpeed
} UDECX_USB_DEVICE_SPEED, *PUDECX_USB_DEVICE_SPEED;
Constantes
UdecxUsbLowSpeed Indique un appareil compatible USB 1.1 à faible vitesse. |
UdecxUsbFullSpeed Indique un appareil compatible USB 1.1 à pleine vitesse. |
UdecxUsbHighSpeed Indique un appareil compatible USB 2.0 à haut débit. |
UdecxUsbSuperSpeed Indique un appareil compatible SuperSpeed USB 3.0. |
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | udecxusbdevice.h (inclure Udecx.h) |