Share via


ToneIndicator.CapPitch Property

2/27/2008

Gets a Boolean value to indicate whether the hardware tone generator can vary the tone pitch.

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

Syntax

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

Remarks

If true, the hardware tone generator can vary the pitch of the tone; otherwise, false.

CapPitch 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