Share via


UsbControlRequestType.ControlTransferType Properti

Definisi

Mendapatkan atau mengatur jenis transfer kontrol USB: standar, kelas, atau 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

Nilai Properti

Jenis transfer kontrol USB: standar, kelas, atau vendor.

Berlaku untuk