Share via


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

2/27/2008

Gets a value that indicates the severity of the error condition.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property ErrorLevel As FiscalErrorLevel
public abstract FiscalErrorLevel ErrorLevel { get; }
public:
virtual property FiscalErrorLevel ErrorLevel {
    FiscalErrorLevel get () abstract;
}
/** @property */
public abstract FiscalErrorLevel get_ErrorLevel ()
public abstract function get ErrorLevel () : FiscalErrorLevel

Remarks

ErrorLevel is set and kept current by the service object while the device is enabled. ErrorLevel is set by the service object only before delivering an ErrorEvent. When the error is cleared, the property is changed to None.

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