ControlChannelTrigger.IsWakeFromLowPowerSupported 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 a value indicating whether waking from low power states is supported.
public:
property bool IsWakeFromLowPowerSupported { bool get(); };
bool IsWakeFromLowPowerSupported();
public bool IsWakeFromLowPowerSupported { get; }
var boolean = controlChannelTrigger.isWakeFromLowPowerSupported;
Public ReadOnly Property IsWakeFromLowPowerSupported As Boolean
Property Value
Boolean
bool
If true, then waking from low power states is supported.
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.14393.0)
Windows Mobile Extension SDK (introduced in 10.0.14393.0) |
API contract |
Windows.Networking.Sockets.ControlChannelTriggerContract (introduced in v2.0)
|