HidDevice.ProductId Property

Definition

Gets the product identifier for the given HID device.

public:
 property unsigned short ProductId { unsigned short get(); };
uint16_t ProductId();
public ushort ProductId { get; }
var uInt16 = hidDevice.productId;
Public ReadOnly Property ProductId As UShort

Property Value

UInt16

unsigned short

uint16_t

The product identifier.

Remarks

Valid values are 0 through 0xFFFF.

Applies to

See also