UsbConfiguration.IsSelfPowered Property

Definition

Returns the self-powered attribute value configuration's attributes field.

public virtual bool IsSelfPowered { [Android.Runtime.Register("isSelfPowered", "()Z", "GetIsSelfPoweredHandler")] get; }
[<get: Android.Runtime.Register("isSelfPowered", "()Z", "GetIsSelfPoweredHandler")>]
member this.IsSelfPowered : bool

Property Value

the configuration's self-powered attribute

Attributes

Remarks

Returns the self-powered attribute value configuration's attributes field. This attribute indicates that the device has a power source other than the USB connection.

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

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