Android.Hardware.Usb.UsbInterface.AlternateSetting Property
Returns the interface's bAlternateSetting field.

Syntax

[get: Android.Runtime.Register("getAlternateSetting", "()I", "GetGetAlternateSettingHandler")]
public virtual int AlternateSetting { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the interface's bAlternateSetting field. This is an integer that along with the ID uniquely identifies the interface on the device. UsbDeviceConnection.SetInterface(UsbInterface) can be used to switch between two interfaces with the same ID but different alternate setting.

[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