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