2.2.3.1.41 LINEGATHERTERM_Constants

The LINEGATHERTERM_Constants are bit-flag constants that describe the conditions under which buffered digit gathering is terminated.

Constant/value

Description

LINEGATHERTERM_BUFFERFULL

0x00000001

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

LINEGATHERTERM_TERMDIGIT

0x00000002

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

LINEGATHERTERM_FIRSTTIMEOUT

0x00000004

The first digit time-out expired. The buffer contains no digits.

LINEGATHERTERM_INTERTIMEOUT

0x00000008

The interdigit time-out expired. The buffer contains at least one digit.

LINEGATHERTERM_CANCEL

0x00000010

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