| DiaSpringWrapperCancelGatherDigits Method |
Cancels the gathering of digits.
Namespace: InkostarAssembly: DiaSpringWrapper (in DiaSpringWrapper.dll) Version: 0.0.0.0
Syntaxpublic void CancelGatherDigits(
string ChannelName
)
Public Sub CancelGatherDigits (
ChannelName As String
)
public:
void CancelGatherDigits(
String^ ChannelName
)
member CancelGatherDigits :
ChannelName : string -> unit
Parameters
- ChannelName
- Type: SystemString
The Channel name on the Dialogic board on which to cancel the digit gathering.
Remarks
This function will fail if invoked before the [device].Open() function.
Examples
Cancels the gathering of digits on the first channel.
C#: objDevice.CancelGatherDigits("dxxxB1C1");
VB.NET: objDevice.CancelGatherDigits("dxxxB1C1")
See Also