共用方式為


UsbControlRequestType.ControlTransferType 屬性

定義

取得或設定 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 控制項傳輸的類型:標準、類別或廠商。

適用於