PosPrinterStatusKind PosPrinterStatusKind PosPrinterStatusKind PosPrinterStatusKind Enum

Definition

Describes the power state for a point-of-service printer.

public : enum class PosPrinterStatusKindpublic enum PosPrinterStatusKindPublic Enum PosPrinterStatusKind// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Extended Extended Extended Extended

The original equipment manufacturer (OEM) reports extended information about the power state of the printer in the PosPrinterStatus.ExtendedStatus property.

Off Off Off Off

The printer is turned off or disconnected from the terminal.

This value is valid if the value of the PosPrinterCapabilities.PowerReportingType property is UnifiedPosPowerReportingType.Advanced.

Offline Offline Offline Offline

The printer is turned on, but it is not ready or not able to respond to requests.

This value is valid if the value of the PosPrinterCapabilities.PowerReportingType property is UnifiedPosPowerReportingType.Advanced.

OffOrOffline OffOrOffline OffOrOffline OffOrOffline

The printer is either turned off, or turned on but not ready or not able to respond to requests.

This value is valid if the value of the PosPrinterCapabilities.PowerReportingType property is UnifiedPosPowerReportingType.Standard.

Online Online Online Online

The printer is online.

This value is valid if the value of the PosPrinterCapabilities.PowerReportingType property is UnifiedPosPowerReportingType.Standard or UnifiedPosPowerReportingType.Advanced.