The LINEGATHERTERM enum describe the conditions under which buffered digit gathering is terminated.
Value | Meaning |
---|---|
GATHERTERM_BUFFERFULL |
The requested number of digits has been gathered. The buffer is full. |
GATHERTERM_CANCEL |
The request was canceled by this application, by another application, or because the call terminated. |
GATHERTERM_FIRSTTIMEOUT |
The first digit timeout expired. The buffer contains no digits. |
GATHERTERM_INTERTIMEOUT |
The inter-digit timeout expired. The buffer contains at least one digit. |
GATHERTERM_TERMDIGIT |
One of the termination digits matched a received digit. The matched termination digit is the last digit in the buffer. |
See Also
None.