Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
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
UdecxUsbLowSpeedIndicates a low-speed USB 1.1-compliant device. |
UdecxUsbFullSpeedIndicates a full-speed USB 1.1-compliant device. |
UdecxUsbHighSpeedIndicates a high-speed USB 2.0-compliant device. |
UdecxUsbSuperSpeedIndicates a SuperSpeed USB 3.0-compliant device. |
Requirements
| Requirement | Value |
|---|---|
| Header | udecxusbdevice.h (include Udecx.h) |
See also
Feedback
Was this page helpful?
