| ILyncPlatformLibraryInteractionGetDigits Method (String) |
Starts waiting for DTMF input specifying a terminating digit 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(
string terminatingDigit
)
Sub GetDigits (
terminatingDigit As String
)
void GetDigits(
String^ terminatingDigit
)
abstract GetDigits :
terminatingDigit : string -> unit
Parameters
- terminatingDigit
- Type: SystemString
The terminating digit which will signal the end of GetDigits and collect the DTMF input.
See Also