Android.Hardware.Usb.UsbDevice.GetInterface Method
Returns the Android.Hardware.Usb.UsbInterface at the given index.

Syntax

[Android.Runtime.Register("getInterface", "(I)Landroid/hardware/usb/UsbInterface;", "GetGetInterface_IHandler")]
public virtual UsbInterface GetInterface (int index)

Parameters

index
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the Android.Hardware.Usb.UsbInterface at the given index. For devices with multiple configurations, you will probably want to use UsbConfiguration.GetInterface(int) instead.

[Android Documentation]

Requirements

Namespace: Android.Hardware.Usb
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 12