UDECX_USB_DEVICE_WAKE_SETTING 枚举 (udecxusbdevice.h)

定义虚拟 USB 设备的远程唤醒功能的值。

语法

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 设备时,才使用此值。

要求

要求
Header udecxusbdevice.h (包括 Udecx.h)

另请参阅

EVT_UDECX_USB_DEVICE_D0_EXIT