SerialDevice.UsbVendorId 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 idVendor field of the USB device descriptor. The value indicates the vendor identifier for the device as assigned by the USB specification committee.
public:
property unsigned short UsbVendorId { unsigned short get(); };
uint16_t UsbVendorId();
public ushort UsbVendorId { get; }
var uInt16 = serialDevice.usbVendorId;
Public ReadOnly Property UsbVendorId As UShort
Property Value
The vendor identifier for the device as assigned by the USB specification committee.