| ILyncPlatformLibraryInteractionGetDigits Method (Int32, Int32) |
Starts waiting for DTMF input specifying the number of digits to collect and a digit timeout then raises an
WaitingForDigits event on completion.
Namespace: Inkostar.InterfacesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid GetDigits(
int interruptOnNumberOfDigits,
int getDigitsTimeoutSeconds
)
Sub GetDigits (
interruptOnNumberOfDigits As Integer,
getDigitsTimeoutSeconds As Integer
)
void GetDigits(
int interruptOnNumberOfDigits,
int getDigitsTimeoutSeconds
)
abstract GetDigits :
interruptOnNumberOfDigits : int *
getDigitsTimeoutSeconds : int -> unit
Parameters
- interruptOnNumberOfDigits
- Type: SystemInt32
Specifies the number of digits to collect before stopping the GetDigits operation.
- getDigitsTimeoutSeconds
- Type: SystemInt32
The timeout in seconds after which the operation will end if no DTMF input is received.
See Also