定义虚拟 USB 设备的远程唤醒功能的值。
语法
typedef enum _UDECX_USB_DEVICE_WAKE_SETTING {
UdecxUsbDeviceWakeDisabled,
UdecxUsbDeviceWakeEnabled,
UdecxUsbDeviceWakeNotApplicable
} UDECX_USB_DEVICE_WAKE_SETTING, *PUDECX_USB_DEVICE_WAKE_SETTING;
常数
UdecxUsbDeviceWakeDisabledUSB 设备无法将唤醒信号发送到主机控制器。 |
UdecxUsbDeviceWakeEnabledUSB 设备可以将唤醒信号发送到主机控制器。 |
UdecxUsbDeviceWakeNotApplicable仅当 USB 设备是 SuperSpeed 设备时,才使用此值。 |
要求
| 要求 | 价值 |
|---|---|
| 标头 | udecxusbdevice.h (包括 Udecx.h) |