UsbDeviceDescriptor.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 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
The vendor identifier for the device as assigned by the USB specification committee.