UnifiedPosPowerReportingType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义指示服务点 (POS) 设备的电源报告功能的常量。
public enum class UnifiedPosPowerReportingType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class UnifiedPosPowerReportingType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum UnifiedPosPowerReportingType
var value = Windows.Devices.PointOfService.UnifiedPosPowerReportingType.unknownPowerReportingType
Public Enum UnifiedPosPowerReportingType
- 继承
-
UnifiedPosPowerReportingType
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
字段
Advanced | 2 | 可以确定并报告设备的三种电源状态, (关闭、脱机和联机) 。 |
Standard | 1 | 可以确定并报告设备的两种电源状态 (联机和脱机) 。 |
UnknownPowerReportingType | 0 | 无法确定设备的状态,因此无法报告电源。 |