UsbConfiguration.IsSelfPowered Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.