Index Property

LibUsbDotNet

LibUsbDotNet 2.2.8 Index Property
Library ReferenceMonoLibUsb.TransferMonoUsbControlSetupIndex
LibUsbDotNet on SourceForge
The wIndex.
Declaration Syntax
C# Visual Basic Visual C++
public short Index { get; set; }
Public Property Index As Short
	Get
	Set
public:
property short Index {
	short get ();
	void set (short value);
}
Remarks
Note:The get/set accessors automatically manage the little-endian to host-endian/host-endian to little-endian conversions using the HostEndianToLE16(Int16) method.

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)