PosPrinterStatus
PosPrinterStatus
PosPrinterStatus
PosPrinterStatus
Class
Definition
Provides information about the status of a point-of-service printer, such as the power state of the printer.
public : sealed class PosPrinterStatus : IPosPrinterStatuspublic sealed class PosPrinterStatus : IPosPrinterStatusPublic NotInheritable Class PosPrinterStatus Implements IPosPrinterStatus// You can use this class in JavaScript.
- Attributes
| 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)
|
Remarks
You can get the PosPrinterStatus either by using the PosPrinter.Status or PosPrinterStatusUpdatedEventArgs.Status property.
Properties
ExtendedStatus ExtendedStatus ExtendedStatus 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.
public : unsigned int ExtendedStatus { get; }public uint ExtendedStatus { get; }Public ReadOnly Property ExtendedStatus As uint// You can use this property in JavaScript.
- Value
- unsigned int uint uint uint
An OEM-defined value that provides extended information about the power state of the point-of-service printer when the value of the PosPrinterStatus.StatusKind property is PosPrinterStatusKind.Extended.
- See Also
StatusKind StatusKind StatusKind StatusKind
Gets the power state of a point-of-service printer.
public : PosPrinterStatusKind StatusKind { get; }public PosPrinterStatusKind StatusKind { get; }Public ReadOnly Property StatusKind As PosPrinterStatusKind// You can use this property in JavaScript.
The power state of a point-of-service printer.
- See Also