Share via


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

2/27/2008

Gets the station or stations that were printing when an error was detected.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property ErrorStation As FiscalPrinterStations
public abstract FiscalPrinterStations ErrorStation { get; }
public:
virtual property FiscalPrinterStations ErrorStation {
    FiscalPrinterStations get () abstract;
}
/** @property */
public abstract FiscalPrinterStations get_ErrorStation ()
public abstract function get ErrorStation () : FiscalPrinterStations

Remarks

Valid values are defined by the FiscalPrinterStations enumeration.

ErrorStation should then be kept current by the service object while the device is enabled.

ErrorStation 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