PosPrinterStatusKind 列挙型

定義

サービスポイント プリンターの電源状態について説明します。

public enum class PosPrinterStatusKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PosPrinterStatusKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PosPrinterStatusKind
var value = Windows.Devices.PointOfService.PosPrinterStatusKind.online
Public Enum PosPrinterStatusKind
継承
PosPrinterStatusKind
属性

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 で導入)

フィールド

Extended 4

元の機器製造元 (OEM) は、 PosPrinterStatus.ExtendedStatus プロパティのプリンターの電源状態に関する拡張情報を報告します。

Off 1

プリンターの電源が切れているか、ターミナルから切断されています。

この値は、 PosPrinterCapabilities.PowerReportingType プロパティの値が UnifiedPosPowerReportingType.Advanced の場合に有効です。

Offline 2

プリンターはオンになっていますが、準備ができていないか、要求に応答できません。

この値は、 PosPrinterCapabilities.PowerReportingType プロパティの値が UnifiedPosPowerReportingType.Advanced の場合に有効です。

OffOrOffline 3

プリンターの電源がオフになっているか、電源が入っていますが、準備ができていないか、要求に応答できません。

この値は、 PosPrinterCapabilities.PowerReportingType プロパティの値が UnifiedPosPowerReportingType.Standard の場合に有効です。

Online 0

プリンターがオンラインです。

この値は、 PosPrinterCapabilities.PowerReportingType プロパティの値が UnifiedPosPowerReportingType.Standard または UnifiedPosPowerReportingType.Advanced の場合に有効です。

適用対象

こちらもご覧ください