定義虛擬 USB 3.0 裝置函式喚醒功能的值。
語法
typedef enum _UDECX_USB_DEVICE_FUNCTION_POWER {
UdecxUsbDeviceFunctionNotSuspended,
UdecxUsbDeviceFunctionSuspendedCannotWake,
UdecxUsbDeviceFunctionSuspendedCanWake
} UDECX_USB_DEVICE_FUNCTION_POWER, *PUDECX_USB_DEVICE_FUNCTION_POWER;
常數
UdecxUsbDeviceFunctionNotSuspendedUSB 介面無法輸入函式暫止。 |
UdecxUsbDeviceFunctionSuspendedCannotWakeUSB 介面無法將喚醒訊號傳送至主機控制器。 |
UdecxUsbDeviceFunctionSuspendedCanWake當函式處於暫停狀態時,USB 介面可以將喚醒訊號傳送至主機控制器。 |
要求
| 要求 | 價值 |
|---|---|
| 標頭 | udecxusbdevice.h (include Udecx.h) |