Share via


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

2/27/2008

Gets a Boolean value that indicates whether the journal is out of paper.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property JrnEmpty As Boolean
public abstract bool JrnEmpty { get; }
public:
virtual property bool JrnEmpty {
    bool get () abstract;
}
/** @property */
public abstract boolean get_JrnEmpty ()
public abstract function get JrnEmpty () : boolean

Remarks

If true, the journal is out of paper. If false, journal paper is present.

If CapJrnEmptySensor is false, the value of JrnEmpty is always false.

JrnEmpty is set and kept current by the service object while the device is enabled.

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
JrnNearEnd