Share via


PosPrinter.JrnNearEnd Property

2/27/2008

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

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

Syntax

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

Remarks

If true, the journal paper is low. If the CapJrnNearEndSensor property is set to false, the value of JrnNearEnd is always set to false.

When JrnNearEnd is set to true by the service object, POS for .NET queues a StatusUpdateEvent event, notifying the application of the condition. When the service object resets JrnNearEnd to false. This indicates that the condition has been resolved, POS for .NET queues a StatusUpdateEvent event, notifying the application of the resolution.

JrnNearEnd 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

PosPrinter Class
PosPrinter Members
Microsoft.PointOfService Namespace
PosPrinter.CapJrnNearEndSensor Property
PosPrinter.JrnEmpty Property