Click or drag to resize
DiaGlobWrapperSendDigits Method (Channel, String)
diaGlobWrapper Help
Dials a number of digits

Namespace: Inkostar
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
public void SendDigits(
	Channel CurrentChannel,
	string Digits
)

Parameters

CurrentChannel
Type: InkostarChannel
The Channel on the Dialogic board on which the function is to be executed.
Digits
Type: SystemString
The digits to be dialed.
Remarks
Compatibility: All
On failure this function will generate an exception of type DiaGlobWrapperLibException
Examples
To dial the digits "12345"
C#: objDevice.SendDigits(ChannelOutbound, "12345");
VB.NET: objDevice.SendDigits(ChannelOutbound, "12345")
See Also