UsbConfiguration.IsRemoteWakeup Property

Definition

Returns the remote-wakeup attribute value configuration's attributes field.

public virtual bool IsRemoteWakeup { [Android.Runtime.Register("isRemoteWakeup", "()Z", "GetIsRemoteWakeupHandler")] get; }
[<get: Android.Runtime.Register("isRemoteWakeup", "()Z", "GetIsRemoteWakeupHandler")>]
member this.IsRemoteWakeup : bool

Property Value

the configuration's remote-wakeup attribute

Attributes

Remarks

Returns the remote-wakeup attribute value configuration's attributes field. This attributes that the device may signal the host to wake from suspend.

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

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