Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines values for remote wake capability of a virtual USB device.
Syntax
typedef enum _UDECX_USB_DEVICE_WAKE_SETTING {
UdecxUsbDeviceWakeDisabled,
UdecxUsbDeviceWakeEnabled,
UdecxUsbDeviceWakeNotApplicable
} UDECX_USB_DEVICE_WAKE_SETTING, *PUDECX_USB_DEVICE_WAKE_SETTING;
Constants
UdecxUsbDeviceWakeDisabled The USB device cannot send a wake signal to the host controller. |
UdecxUsbDeviceWakeEnabled The USB device can send a wake signal to the host controller. |
UdecxUsbDeviceWakeNotApplicable This value is used only if the USB device is a SuperSpeed device. |
Requirements
Requirement | Value |
---|---|
Header | udecxusbdevice.h (include Udecx.h) |