次の方法で共有


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 コントロール転送の種類:標準、クラス、またはベンダー。

適用対象