UsbSetupPacket.Index 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 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
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.