UsbSetupPacket.Index Property

Definition

Gets or sets the wIndex field in the setup packet of the USB control transfer.

public:
 property unsigned int Index { unsigned int get(); void set(unsigned int value); };
uint32_t Index();

void Index(uint32_t value);
public uint Index { get; set; }
var uInt32 = usbSetupPacket.index;
usbSetupPacket.index = uInt32;
Public Property Index As UInteger

Property Value

UInt32

unsigned int

uint32_t

The wIndex field in the setup packet. For an explanation of this field, see section 9.3.4 of the Universal Serial Bus (USB) specification.

Applies to