HidDevice.ProductId Eigenschaft

Definition

Ruft den Produktbezeichner für das angegebene HID-Gerät ab.

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

Eigenschaftswert

UInt16

unsigned short

uint16_t

Der Produktbezeichner.

Hinweise

Gültige Werte sind 0 bis 0xFFFF.

Gilt für:

Weitere Informationen