共用方式為


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

裝置定義的產品識別碼。

適用於