UsbControlRequestType.ControlTransferType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 USB 控制項傳輸的類型:標準、類別或廠商。
public:
property UsbControlTransferType ControlTransferType { UsbControlTransferType get(); void set(UsbControlTransferType value); };
UsbControlTransferType ControlTransferType();
void ControlTransferType(UsbControlTransferType value);
public UsbControlTransferType ControlTransferType { get; set; }
var usbControlTransferType = usbControlRequestType.controlTransferType;
usbControlRequestType.controlTransferType = usbControlTransferType;
Public Property ControlTransferType As UsbControlTransferType
屬性值
USB 控制項傳輸的類型:標準、類別或廠商。