UsbSetupPacket.Value Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le champ wValue dans le paquet d’installation du transfert de contrôle USB.
public:
property unsigned int Value { unsigned int get(); void set(unsigned int value); };
uint32_t Value();
void Value(uint32_t value);
public uint Value { get; set; }
var uInt32 = usbSetupPacket.value;
usbSetupPacket.value = uInt32;
Public Property Value As UInteger
Valeur de propriété
Le champ wValue dans le paquet d’installation et la valeur varie en fonction de la demande. Pour une explication de ce champ, consultez la section 9.3.3 de la spécification USB (Universal Serial Bus).