ToneIndicator.CapVolume Property
2/27/2008
Gets a Boolean value to indicate whether the hardware tone generator can vary the tone volume.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CapVolume As Boolean
public abstract bool CapVolume { get; }
public:
virtual property bool CapVolume {
bool get () abstract;
}
/** @property */
public abstract boolean get_CapVolume ()
public abstract function get CapVolume () : boolean
Remarks
If true, the hardware tone generator can vary the volume of the tone; otherwise, false.
CapVolume is set and kept current by the Service Object while the device is enabled.
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
ToneIndicator Class
ToneIndicator Members
Microsoft.PointOfService Namespace