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