|
![]() |
This property enables and disables the unbuffered detection of digits received on the call. Each time a digit of the specified digit mode is detected, the ThbTapiLine.OnDigit event is triggered indicating which digit has been detected. AvailabilityDesign-Time: None / Run-Time: Read, Write
Declarationproperty MonitorDigits: ThbTapiCallMonitorDigits; See AlsoThbTapiLine.CallOptions.MonitorDigits, ThbTapiLine.OnDigit, ThbTapiCall.GatherDigits Active (Boolean)Set this property to True to begin the monitoring for digts. The monitoring is typically useable when the call is in the connected state (the OnConnected event has fired). The OnDigit event fires each time a digit is detected. Set this property to False to stop monitoring for digits. There is no need to set this property to false at the end of a call. RemarksIn TAPI, the lineMonitorDigits function is called. This functions works in an asynchronous manner. See the SyncMode property to read more about the handling of asynchronous functions. ErrorsUsing this function may cause an EhbTapiError exception . Possible errors are: LINEERR_INVALCALLHANDLE, LINEERR_OPERATIONUNAVAIL, LINEERR_INVALCALLSTATE, LINEERR_OPERATIONFAILED, LINEERR_INVALDIGITMODE, LINEERR_RESOURCEUNAVAIL, LINEERR_NOMEM, LINEERR_UNINITIALIZED. DigitModes (DWord)Set this property to the digit mode or modes that are to be monitored. This parameter uses one or more of the LINEDIGITMODE_ Constants and is initialized with the value of ThbTapiLine.CallOptions.MonitorDigits.DigitModes.
|