PinPadBase.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.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property CapTone As Boolean
public override bool CapTone { get; }
public:
virtual property bool CapTone {
bool get () override;
}
/** @property */
public boolean get_CapTone ()
public override function get CapTone () : boolean
Remarks
The PinPadBase class verifies that the PIN pad device has been opened, then retrieves the value of PinPadProperties.CapTone.
CapTone is initialized to false by the PinPadProperties class. The service object should then update CapTone 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.CapTone Property