UDECX_USB_DEVICE_WAKE_SETTING enumeration (udecxusbdevice.h)

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)

See also

EVT_UDECX_USB_DEVICE_D0_EXIT