PosPrinterStatus Class

Definition

Provides information about the status of a point-of-service printer, such as the power state of the printer.

public ref class PosPrinterStatus sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PosPrinterStatus final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PosPrinterStatus
Public NotInheritable Class PosPrinterStatus
Inheritance
Object Platform::Object IInspectable PosPrinterStatus
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

You can get the PosPrinterStatus either by using the PosPrinter.Status or PosPrinterStatusUpdatedEventArgs.Status property.

Properties

ExtendedStatus

Gets extended information about the power state of the point-of-service printer that the original equipment manufacturer (OEM) defines. Value is only valid if the PosPrinterStatus.StatusKind property is PosPrinterStatusKind.Extended.

StatusKind

Gets the power state of a point-of-service printer.

Applies to