| ILyncPlatformLibraryInteractionSendDigits Method |
Sends the specified DTMF digits or tones to the call instance then raises an
DigitsSent event on completion.
Namespace: Inkostar.InterfacesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid SendDigits(
string digits
)
Sub SendDigits (
digits As String
)
void SendDigits(
String^ digits
)
abstract SendDigits :
digits : string -> unit
Parameters
- digits
- Type: SystemString
The digits to send.
Examples6001#
See Also