UsbSetupPacket.Index 属性

定义

获取或设置 USB 控制传输的设置数据包中的 wIndex 字段。

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

属性值

UInt32

unsigned int

uint32_t

设置数据包中的 wIndex 字段。 有关此字段的说明,请参阅通用串行总线 (USB) 规范的第 9.3.4 部分。

适用于