WdfUsbTargetDeviceSelectSettingType 枚举 (wdfusb.h)
[适用于 KMDF 和 UMDF]
WdfUsbTargetDeviceSelectSettingType 枚举定义用于指定 USB 接口的备用设置的技术。
语法
typedef enum _WdfUsbTargetDeviceSelectSettingType {
WdfUsbInterfaceSelectSettingTypeDescriptor = 0x10,
WdfUsbInterfaceSelectSettingTypeSetting = 0x11,
WdfUsbInterfaceSelectSettingTypeUrb = 0x12
} WdfUsbTargetDeviceSelectSettingType;
常数
WdfUsbInterfaceSelectSettingTypeDescriptor 值:0x10 通过提供 USB_INTERFACE_DESCRIPTOR 结构来指定接口的备用设置。 |
WdfUsbInterfaceSelectSettingTypeSetting 值:0x11 通过提供设置索引值来指定接口的备用设置。 |
WdfUsbInterfaceSelectSettingTypeUrb 值:0x12 通过提供 URB来指定接口的备用设置。 |
言论
WdfUsbTargetDeviceSelectSettingType 枚举用于 WDF_USB_INTERFACE_SELECT_SETTING_PARAMS 结构。
要求
要求 | 价值 |
---|---|
最低 KMDF 版本 | 1.0 |
最低 UMDF 版本 | 2.0 |
标头 | wdfusb.h (包括 Wdfusb.h) |