Android.Hardware.Usb.UsbDevice Members

The members of Android.Hardware.Usb.UsbDevice are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
ConfigurationCountint. Returns the number of Android.Hardware.Usb.UsbConfigurations this device contains.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
DeviceClassUsbClass. Returns the devices's class field.
[read-only]
DeviceIdint. Returns a unique integer ID for the device.
[read-only]
DeviceNamestring. Returns the name of the device.
[read-only]
DeviceProtocolint. Returns the device's protocol field.
[read-only]
DeviceSubclassUsbClass. Returns the device's subclass field.
[read-only]
InterfaceCountint. Returns the number of Android.Hardware.Usb.UsbInterfaces this device contains.
[read-only]
ManufacturerNamestring. Returns the manufacturer name of the device.
[read-only]
ProductIdint. Returns a product ID for the device.
[read-only]
ProductNamestring. Returns the product name of the device.
[read-only]
SerialNumberstring. Returns the serial number of the device.
[read-only]
VendorIdint. Returns a vendor ID for the device.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
GetConfiguration(int) : UsbConfiguration
Returns the Android.Hardware.Usb.UsbConfiguration at the given index.
static
GetDeviceId(string) : int
static
GetDeviceName(int) : string
GetInterface(int) : UsbInterface
Returns the Android.Hardware.Usb.UsbInterface at the given index.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.