Share via


PinPad.CapTone Property

2/27/2008

If set to true, the PIN pad has a tone indicator, which is implemented as a ToneIndicator class object.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapTone As Boolean
public abstract bool CapTone { get; }
public:
virtual property bool CapTone {
    bool get () abstract;
}
/** @property */
public abstract boolean get_CapTone ()
public abstract function get CapTone () : boolean

Remarks

CapTone is set by the service object, 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

PinPad Class
PinPad Members
Microsoft.PointOfService Namespace
CapTone