UsbDevice.ConfigurationCount Property

Definition

Returns the number of UsbConfigurations this device contains.

public virtual int ConfigurationCount { [Android.Runtime.Register("getConfigurationCount", "()I", "GetGetConfigurationCountHandler")] get; }
[<get: Android.Runtime.Register("getConfigurationCount", "()I", "GetGetConfigurationCountHandler")>]
member this.ConfigurationCount : int

Property Value

the number of configurations

Attributes

Remarks

Returns the number of UsbConfigurations this device contains.

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

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