UsbDeviceDescriptor.VendorId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 USB 裝置描述項的 idVendor 欄位。 值表示裝置的廠商識別碼,如 USB 規格委員會所指派。
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
屬性值
由 USB 規格委員會指派的裝置廠商識別碼。