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

2/27/2008

Gets or sets a Boolean value that indicates whether automatic comparison between the total of the fiscal printer and the total of the application is enabled.

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

Syntax

'Declaration
Public MustOverride Property CheckTotal As Boolean
public abstract bool CheckTotal { get; set; }
public:
virtual property bool CheckTotal {
    bool get () abstract;
    void set (bool value) abstract;
}
/** @property */
public abstract boolean get_CheckTotal ()

/** @property */
public abstract void set_CheckTotal (boolean value)
public abstract function get CheckTotal () : boolean

public abstract function set CheckTotal (value : boolean)

Remarks

If true, automatic comparison between the total of the fiscal printer and the total of the application is enabled. If false, automatic comparison is disabled. CheckTotal is only valid if CapCheckTotal is true.

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

Accessing CheckTotal may cause a PosControlException to be thrown with the following ErrorCode:

Value

Description

Illegal

Setting CheckTotal is not valid for this service object (see CapCheckTotal)

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