Compartilhar via


UsbControlRequestType.ControlTransferType Propriedade

Definição

Obtém ou define o tipo de transferência de controle USB: padrão, classe ou fornecedor.

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 da propriedade

O tipo de transferência de controle USB: padrão, classe ou fornecedor.

Aplica-se a