Share via


FiscalPrinter.ErrorState Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the current state of the printer when raising an error event for an asynchronous output.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property ErrorState As FiscalPrinterState
public abstract FiscalPrinterState ErrorState { get; }
public:
virtual property FiscalPrinterState ErrorState {
    FiscalPrinterState get () abstract;
}
/** @property */
public abstract FiscalPrinterState get_ErrorState ()
public abstract function get ErrorState () : FiscalPrinterState

Remarks

Valid values are defined by the FiscalPrinterState enumeration.

ErrorState is set and kept current by the service object while the device is enabled. ErrorState is set only before an ErrorEvent is delivered.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

FiscalPrinter Class
FiscalPrinter Members
Microsoft.PointOfService Namespace
PrinterState