HardTotals.TotalsSize Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the size of the hard totals area.

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

Syntax

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

Remarks

This size is equal to the largest totals file that can be created if no other files exist.

TotalsSize 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

HardTotals Class
HardTotals Members
Microsoft.PointOfService Namespace
HardTotals.FreeData Property