UsbSetupPacket.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the wValue field in the setup packet of the USB control transfer.
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
Property Value
The wValue field in the setup packet and the value varies according to the request. For an explanation of this field, see section 9.3.3 of the Universal Serial Bus (USB) specification.