ActivationSignalDetectorPowerState Enum
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.
Specifies the power modes, supported by an ActivationSignalDetector, that describe the power-related conditions under which a detector is allowed to operate.
public enum class ActivationSignalDetectorPowerState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 655360)]
enum class ActivationSignalDetectorPowerState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 655360)]
public enum ActivationSignalDetectorPowerState
var value = Windows.ApplicationModel.ConversationalAgent.ActivationSignalDetectorPowerState.highPower
Public Enum ActivationSignalDetectorPowerState
- Inheritance
-
ActivationSignalDetectorPowerState
- Attributes
Windows requirements
Device family |
Windows 10, version 2004 (introduced in 10.0.19041.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v10.0)
|
Fields
Name | Value | Description |
---|---|---|
HighPower | 0 | A device that is not currently affected by any power restriction conditions. For example, a laptop that's charging and in active use (with the screen on). |
ConnectedLowPower | 1 | A device in a low-power state but not currently using battery power. For example, a laptop that's charging while in sleep state. |
DisconnectedLowPower | 2 | A device in a low-power state and using battery power. For example, a laptop in sleep state that's not connected to an external power source. |