PosPrinterStatus.ExtendedStatus Property

Definition

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:
 property unsigned int ExtendedStatus { unsigned int get(); };
uint32_t ExtendedStatus();
public uint ExtendedStatus { get; }
var uInt32 = posPrinterStatus.extendedStatus;
Public ReadOnly Property ExtendedStatus As UInteger

Property Value

UInt32

unsigned int

uint32_t

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.

Applies to

See also