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.StandardUnifiedPosPowerReportingType.Advanced,则此值有效。

适用于

另请参阅