Breaks the full duplex connection between the two bridged channels and restores the connections between the SCBus timelots to their initial state.
Namespace:
InkostarAssembly: DiaSpringWrapper (in DiaSpringWrapper.dll)
Version: 0.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
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.
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")
C#: objDevice.UnRouteCalls("dxxxB1C1","dxxxB1C2");
VB.NET: objDevice.UnRouteCalls("dxxxB1C1","dxxxB1C2")
See Also
DiaSpringWrapper Class
Inkostar Namespace