UDECX_USB_DEVICE_SPEED enumeration (udecxusbdevice.h)
Defines values for USB device speeds.
Syntax
typedef enum _UDECX_USB_DEVICE_SPEED {
UdecxUsbLowSpeed,
UdecxUsbFullSpeed,
UdecxUsbHighSpeed,
UdecxUsbSuperSpeed
} UDECX_USB_DEVICE_SPEED, *PUDECX_USB_DEVICE_SPEED;
Constants
UdecxUsbLowSpeed Indicates a low-speed USB 1.1-compliant device. |
UdecxUsbFullSpeed Indicates a full-speed USB 1.1-compliant device. |
UdecxUsbHighSpeed Indicates a high-speed USB 2.0-compliant device. |
UdecxUsbSuperSpeed Indicates a SuperSpeed USB 3.0-compliant device. |
Requirements
Requirement | Value |
---|---|
Header | udecxusbdevice.h (include Udecx.h) |