Freigeben über


UsbControlRequestType.ControlTransferType Eigenschaft

Definition

Ruft den Typ der USB-Steuerungsübertragung ab: Standard, Klasse oder Anbieter.

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

Eigenschaftswert

Die Art der USB-Steuerungsübertragung: Standard, Klasse oder Anbieter.

Gilt für: