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

2/27/2008

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

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

Syntax

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

Remarks

If true, the receipt station is out of paper. If false, receipt paper is present.

If CapRecEmptySensor is false, then the value of this property is always false.

RecEmpty 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
RecNearEnd