Share via


UsbDeviceDescriptor.VendorId 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 int VendorId { unsigned int get(); };
uint32_t VendorId();
public uint VendorId { get; }
var uInt32 = usbDeviceDescriptor.vendorId;
Public ReadOnly Property VendorId As UInteger

Property Value

UInt32

unsigned int

uint32_t

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

Applies to