Share via


ToneIndicator.InterToneWait Property

2/27/2008

Gets or sets the number of milliseconds of silence between tone1 and tone2.

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

Syntax

'Declaration
Public MustOverride Property InterToneWait As Integer
public abstract int InterToneWait { get; set; }
public:
virtual property int InterToneWait {
    int get () abstract;
    void set (int value) abstract;
}
/** @property */
public abstract int get_InterToneWait ()

/** @property */
public abstract void set_InterToneWait (int value)
public abstract function get InterToneWait () : int

public abstract function set InterToneWait (value : int)

Remarks

If a gap is required after tone2, but before a repeat of tone1, set the Sound parameter interSoundWait.

InterToneWait is set and kept current by the Service Object while the device is enabled.

Accessing InterToneWait can throw general exceptions and a PosControlException exception. In this case, the PostControlException.ErrorCode property will be set to the following value:

Value

Meaning

Illegal

The value specified is not valid.

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