Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
UdecxUsbDeviceWakeDisabledThe USB device cannot send a wake signal to the host controller. |
UdecxUsbDeviceWakeEnabledThe USB device can send a wake signal to the host controller. |
UdecxUsbDeviceWakeNotApplicableThis value is used only if the USB device is a SuperSpeed device. |
Requirements
| Requirement | Value |
|---|---|
| Header | udecxusbdevice.h (include Udecx.h) |