Share via


FiscalPrinter.ErrorStation Property

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

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

Usage

'Usage
Dim fiscalPrinter1 As FiscalPrinter

Dim returnValue As FiscalPrinterStations
returnValue = fiscalPrinter1.ErrorStation

Syntax

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

Remarks

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

ErrorStation is set just 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

FiscalPrinter Class
FiscalPrinter Members
Microsoft.PointOfService Namespace