Compartir a través de


UsbControlRequestType.ControlTransferType Propiedad

Definición

Obtiene o establece el tipo de transferencia de control USB: estándar, clase o proveedor.

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

Valor de propiedad

Tipo de transferencia de control USB: estándar, clase o proveedor.

Se aplica a