共用方式為


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 節。

適用於