UnifiedPosPowerReportingType 列挙型

定義

ポイント オブ サービス (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

デバイスの 3 つの電源状態 (オフ、オフライン、オンライン) を特定して報告できます。

Standard 1

デバイスの 2 つの電源状態 (オンラインとオフ/オフライン) を特定して報告できます。

UnknownPowerReportingType 0

デバイスの状態を判断できないため、電源レポートを作成できません。

適用対象