Share via


LINEGATHERTERM (Compact 2013)

3/26/2014

These bit-flag constants describe the conditions under which buffered digit gathering is terminated.

The following table shows the LINEGATHERTERM constants.

Value

Description

LINEGATHERTERM_BUFFERFULL = 0x00000001

The requested number of digits has been gathered. The buffer is full.

LINEGATHERTERM_CANCEL = 0x00000010

The request was canceled by this application, by another application, or because the call terminated.

LINEGATHERTERM_FIRSTTIMEOUT = 0x00000004

The first digit timeout expired. The buffer contains no digits.

LINEGATHERTERM_INTERTIMEOUT = 0x00000008

The inter-digit timeout expired. The buffer contains at least one digit.

LINEGATHERTERM_TERMDIGIT = 0x00000002

One of the termination digits matched a received digit. The matched termination digit is the last digit in the buffer.

Remarks

These constants cannot be extended. All 32 bits are reserved

Requirements

Header

tapi.h

See Also

Reference

TAPI Constants