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

2/27/2008

Gets or sets the type of totalizer to be requested when calling the GetTotalizer method.

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

Syntax

'Declaration
Public MustOverride Property TotalizerType As FiscalTotalizerType
public abstract FiscalTotalizerType TotalizerType { get; set; }
public:
virtual property FiscalTotalizerType TotalizerType {
    FiscalTotalizerType get () abstract;
    void set (FiscalTotalizerType value) abstract;
}
/** @property */
public abstract FiscalTotalizerType get_TotalizerType ()

/** @property */
public abstract void set_TotalizerType (FiscalTotalizerType value)
public abstract function get TotalizerType () : FiscalTotalizerType

public abstract function set TotalizerType (value : FiscalTotalizerType)

Remarks

Valid types are defined by the FiscalTotalizerType enumeration.

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

TotalizerType is only valid if CapTotalizerType is true.

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

Value

Description

Illegal

An invalid slip type was specified.

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