UsbSetupPacket.Value Property

Definition

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

UInt32

unsigned int

uint32_t

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.

Applies to