Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.98 KB

posprinterstatuskind.md

File metadata and controls

46 lines (30 loc) · 1.98 KB
-api-id -api-type -api-device-family-note
T:Windows.Devices.PointOfService.PosPrinterStatusKind
winrt enum
xbox

PosPrinterStatusKind

-description

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

-enum-fields

-field Online:0

The printer is online.

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

-field Off:1

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.

-field Offline:2

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.

-field OffOrOffline:3

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.

-field Extended:4

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

-remarks

-examples

-see-also

PosPrinterStatus.StatusKind, PosPrinterCapabilities.PowerReportingType, UnifiedPosPowerReportingType, PosPrinterStatus.ExtendedStatus