UsbSetupPacket.RequestType Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta il campo bmRequestType nel pacchetto di installazione del trasferimento del controllo USB. Tale campo è rappresentato da un oggetto UsbControlRequestType .
public:
property UsbControlRequestType ^ RequestType { UsbControlRequestType ^ get(); void set(UsbControlRequestType ^ value); };
UsbControlRequestType RequestType();
void RequestType(UsbControlRequestType value);
public UsbControlRequestType RequestType { get; set; }
var usbControlRequestType = usbSetupPacket.requestType;
usbSetupPacket.requestType = usbControlRequestType;
Public Property RequestType As UsbControlRequestType
Valore della proprietà
Campo bmRequestType nel pacchetto di installazione. I valori assegnati a questo campo sono descritti nella tabella 9.2 e nella sezione 9.3.1 della specifica USB (Universal Serial Bus).