UsbControlTransferType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義常數,指出 USB 控制項傳輸的類型:標準、類別或廠商。
public enum class UsbControlTransferType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class UsbControlTransferType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum UsbControlTransferType
var value = Windows.Devices.Usb.UsbControlTransferType.standard
Public Enum UsbControlTransferType
- 繼承
-
UsbControlTransferType
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
欄位
Class | 1 | 指出特定裝置類別規格所描述的類別特定 USB 控制項要求。 |
Standard | 0 | 指出應用程式可以傳送的標準 USB 控制要求,以取得裝置、其設定、介面和端點的相關資訊。 標準要求會在通用序列匯流排 (USB) 規格的第 9.4 節中說明, (www.usb.org) 。 |
Vendor | 2 | 指出廠商指定的 USB 控制要求,並取決於裝置所支援的要求。 |
備註
如需 USB 控制項傳輸的概念資訊,請參閱 如何傳送 USB 控制項傳輸中的「Microsoft 定義傳送控制傳輸要求的方法」。