Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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) |