RTController.RemoteIterfaces
1.0.0.1
RTController.RemoteIterfaces namespace is used to access RTController functions via .NET remoting. The applications can be written in .NET or using python for .NET in Scorpion
It is enought to create client and get interface IRTControllerAPI. Then all susequent calls are to IRTControllerAPI object. The connection will be done automatically or exception is thrown. TCP port 3536 will be used.
RTControllerClient client = new RTControllerClient();
ICounterListRemote lst = client.RTControllerAPI.GetCounterList();