ControlChannelTrigger.IsWakeFromLowPowerSupported Property

Definition

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)

Applies to