BumpBar.CapTone Property
Indicates whether a bump bar supports an enunciator.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Usage
'Usage
Dim bumpBar1 As BumpBar
Dim returnValue As Boolean
returnValue = bumpBar1.CapTone
Syntax
'Declaration
Public MustOverride ReadOnly Property CapTone() As Boolean
public abstract bool CapTone {get;}
public: property virtual Boolean CapTone{
Boolean get();
}
public abstract boolean get_CapTone();
public abstract function get CapTone() : Boolean;
Remarks
If TRUE, the bump bar unit specified by the CurrentUnitId property supports an enunciator; otherwise it is FALSE.
CapTone is typically initialized to FALSE when the device is first enabled following the Open method. It should then be updated by the service object based on the capabilities 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.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000
Target Platforms
See Also
Reference
BumpBar Class
BumpBar Members
Microsoft.PointOfService Namespace
CurrentUnitId