Share via


UsbDeviceDescriptor.ProductId プロパティ

定義

USB デバイス記述子の idProduct フィールドを取得します。 この値は、デバイス固有の製品識別子を示し、製造元によって割り当てられます。

public:
 property unsigned int ProductId { unsigned int get(); };
uint32_t ProductId();
public uint ProductId { get; }
var uInt32 = usbDeviceDescriptor.productId;
Public ReadOnly Property ProductId As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

デバイス定義の製品識別子。

適用対象