SerialDevice.UsbVendorId Property

Definition

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

UInt16

unsigned short

uint16_t

The vendor identifier for the device as assigned by the USB specification committee.

Applies to