[Visual Basic]
Property InterDigitTimeout As Integer
[C#]
Public Property InterDigitTimeout() As Integer
Description
The maximum time duration in milliseconds between consecutive digits. If no digit is received in this timeframe, digit collection is aborted and the OnGatherDigitsTerminated event will be fired.
The GatheredDigits (parameter of OnGatherDigitsTerminated) contains the digits collected up to this point, indicating that an interdigit timeout terminated digit gathering.
Remarks
See Also
Support editions

