Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Defines values for function wake capability of a virtual USB 3.0 device.
Syntax
typedef enum _UDECX_USB_DEVICE_FUNCTION_POWER {
UdecxUsbDeviceFunctionNotSuspended,
UdecxUsbDeviceFunctionSuspendedCannotWake,
UdecxUsbDeviceFunctionSuspendedCanWake
} UDECX_USB_DEVICE_FUNCTION_POWER, *PUDECX_USB_DEVICE_FUNCTION_POWER;
Constants
UdecxUsbDeviceFunctionNotSuspendedThe USB interface cannot enter function suspend. |
UdecxUsbDeviceFunctionSuspendedCannotWakeThe USB interface cannot send a wake signal to the host controller. |
UdecxUsbDeviceFunctionSuspendedCanWakeThe USB interface can send a wake signal to the host controller when the function is in suspend state. |
Requirements
| Requirement | Value |
|---|---|
| Header | udecxusbdevice.h (include Udecx.h) |