UsbConfigurationDescriptor.RemoteWakeup 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.
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.