UsbDevice.VendorId Property

Definition

Returns a vendor ID for the device.

public virtual int VendorId { [Android.Runtime.Register("getVendorId", "()I", "GetGetVendorIdHandler")] get; }
[<get: Android.Runtime.Register("getVendorId", "()I", "GetGetVendorIdHandler")>]
member this.VendorId : int

Property Value

the device vendor ID

Attributes

Remarks

Returns a vendor ID for the device.

Java documentation for android.hardware.usb.UsbDevice.getVendorId().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to