Partager via


UsbControlRequestType.ControlTransferType Propriété

Définition

Obtient ou définit le type de transfert de contrôle USB : standard, classe ou fournisseur.

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

Valeur de propriété

Type de transfert de contrôle USB : standard, classe ou fournisseur.

S’applique à