TAPI_GATHERTERM enumeration (tapi3if.h)
The TAPI_GATHERTERM enum is used to describe the reasons why the TAPI Server terminated the gathering of digits on the call.
Syntax
typedef enum TAPI_GATHERTERM {
TGT_BUFFERFULL = 0x1,
TGT_TERMDIGIT = 0x2,
TGT_FIRSTTIMEOUT = 0x4,
TGT_INTERTIMEOUT = 0x8,
TGT_CANCEL = 0x10
} ;
Constants
TGT_BUFFERFULL Value: 0x1 The requested number of digits has been gathered. The buffer is full. |
TGT_TERMDIGIT Value: 0x2 One of the termination digits matched a received digit. The matched termination digit is the last digit in the buffer. |
TGT_FIRSTTIMEOUT Value: 0x4 The first digit timeout expired. The buffer contains no digits. |
TGT_INTERTIMEOUT Value: 0x8 The interdigit timeout expired. The buffer contains at least one digit. |
TGT_CANCEL Value: 0x10 The request was canceled by this application, by another application, or because the call terminated. |
Requirements
Requirement | Value |
---|---|
Header | tapi3if.h |