Share via


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

2/27/2008

Gets the remaining counter of Fiscal Memory.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property RemainingFiscalMemory As Integer
public abstract int RemainingFiscalMemory { get; }
public:
virtual property int RemainingFiscalMemory {
    int get () abstract;
}
/** @property */
public abstract int get_RemainingFiscalMemory ()
public abstract function get RemainingFiscalMemory () : int

Remarks

RemainingFiscalMemory is set and kept current by the service object while the device is enabled. It can be updated by the PrintZReport method.

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
FiscalPrinter.CapRemainingFiscalMemory Property