Share via


HidDevice.VendorId Property

Definition

Gets the vendor identifier for the given HID device.

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

Property Value

UInt16

unsigned short

uint16_t

The vendor identifier.

Remarks

Valid values are 0 through 0xFFFF.

Applies to

See also