UsbConfigurationDescriptor.RemoteWakeup Property

Definition

Gets the D5 bit value of the bmAttributes field in the USB configuration descriptor. The value indicates whether the device can send a resume signal to wake up itself or the host system from a low power state.

public:
 property bool RemoteWakeup { bool get(); };
bool RemoteWakeup();
public bool RemoteWakeup { get; }
var boolean = usbConfigurationDescriptor.remoteWakeup;
Public ReadOnly Property RemoteWakeup As Boolean

Property Value

Boolean

bool

True, if the device supports remote wakeup; otherwise false.

Applies to