UsbConfiguration.MaxPower Property

Definition

Returns the configuration's max power consumption, in milliamps.

public virtual int MaxPower { [Android.Runtime.Register("getMaxPower", "()I", "GetGetMaxPowerHandler")] get; }
[<get: Android.Runtime.Register("getMaxPower", "()I", "GetGetMaxPowerHandler")>]
member this.MaxPower : int

Property Value

the configuration's max power

Attributes

Remarks

Returns the configuration's max power consumption, in milliamps.

Java documentation for android.hardware.usb.UsbConfiguration.getMaxPower().

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