Share via


UsbControlRequestType.ControlTransferType Proprietà

Definizione

Ottiene o imposta il tipo di trasferimento del controllo USB: standard, classe o fornitore.

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

Valore della proprietà

Tipo di trasferimento del controllo USB: standard, classe o fornitore.

Si applica a