HidDevice.VendorId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The vendor identifier.
Remarks
Valid values are 0 through 0xFFFF.