| LyncPlatformLibraryAudioCallGetDigits Method (String, Int32) |
Starts waiting for DTMF input specifying the terminating DTMF digit and a digit timeout then raises an
WaitingForDigits event on completion.
Namespace: Inkostar.ClassesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void GetDigits(
string terminatingDigit,
int getDigitsTimeoutSeconds
)
Public Sub GetDigits (
terminatingDigit As String,
getDigitsTimeoutSeconds As Integer
)
public:
virtual void GetDigits(
String^ terminatingDigit,
int getDigitsTimeoutSeconds
) sealed
abstract GetDigits :
terminatingDigit : string *
getDigitsTimeoutSeconds : int -> unit
override GetDigits :
terminatingDigit : string *
getDigitsTimeoutSeconds : int -> unit Parameters
- terminatingDigit
- Type: SystemString
The terminating digit which will signal the end of GetDigits and collect the DTMF input.
- getDigitsTimeoutSeconds
- Type: SystemInt32
The timeout in seconds after which the operation will end if no DTMF input is received.
Implements
ILyncPlatformLibraryInteractionGetDigits(String, Int32)
See Also