Share via


PinPadBase.CapMacCalculation Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

If set to true, the PIN pad supports MAC calculation.

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

Syntax

'Declaration
Public Overrides ReadOnly Property CapMacCalculation As Boolean
public override bool CapMacCalculation { get; }
public:
virtual property bool CapMacCalculation {
    bool get () override;
}
/** @property */
public boolean get_CapMacCalculation ()
public override function get CapMacCalculation () : boolean

Remarks

The PinPadBase class verifies that the PIN pad device has been opened, then retrieves the value of PinPadProperties.CapMacCalculation.

CapMacCalculation is initialized to false by the PinPadProperties class. The service object should then update CapMacCalculation in its Open method, based on the capability of the device.

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

PinPadBase Class
PinPadBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace
PinPad.CapMacCalculation Property