UDECX_USB_DEVICE_WAKE_SETTING列舉 (udecxusbdevice.h)
定義虛擬 USB 裝置遠端喚醒功能的值。
Syntax
typedef enum _UDECX_USB_DEVICE_WAKE_SETTING {
UdecxUsbDeviceWakeDisabled,
UdecxUsbDeviceWakeEnabled,
UdecxUsbDeviceWakeNotApplicable
} UDECX_USB_DEVICE_WAKE_SETTING, *PUDECX_USB_DEVICE_WAKE_SETTING;
常數
UdecxUsbDeviceWakeDisabled USB 裝置無法將喚醒訊號傳送至主機控制器。 |
UdecxUsbDeviceWakeEnabled USB 裝置可以將喚醒訊號傳送至主機控制器。 |
UdecxUsbDeviceWakeNotApplicable 只有在 USB 裝置是 SuperSpeed 裝置時,才會使用此值。 |
規格需求
需求 | 值 |
---|---|
標頭 | udecxusbdevice.h (包含 Udecx.h) |