Breaks the full duplex connection between the two bridged channels and restores the connections between the SCBus timelots to their initial state.

Namespace:  Inkostar
Assembly:  DiaSpringWrapper (in DiaSpringWrapper.dll)
Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void UnRouteCalls(
	string FirstChannelName,
	string SecondChannelName
)
Public Sub UnRouteCalls ( _
	FirstChannelName As String, _
	SecondChannelName As String _
)
public:
void UnRouteCalls(
	String^ FirstChannelName, 
	String^ SecondChannelName
)

Parameters

FirstChannelName
String
The first Channel name to be unbridged.
SecondChannelName
String
The second Channel name to be unbridged.

Remarks

This function will fail if invoked before the [device].Open() function.
Executing this function on two channel not previously bridged together will have no effect.

Examples

Unbridge the first two channels previously bridged together.
C#: objDevice.UnRouteCalls("dxxxB1C1","dxxxB1C2");
VB.NET: objDevice.UnRouteCalls("dxxxB1C1","dxxxB1C2")

See Also

Inkostar Namespace