UsbControlRequestType.ControlTransferType Property

Definition

Gets or sets the type of USB control transfer: standard, class, or vendor.

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

Property Value

The type of USB control transfer: standard, class, or vendor.

Applies to