ptolemy.actor.kiel
Class ModelRailwayIO.RailwayInterface.TAsyncCom

java.lang.Object
  extended by ptolemy.actor.kiel.ModelRailwayIO.RailwayInterface.TAsyncCom
Enclosing class:
ModelRailwayIO.RailwayInterface

public class ModelRailwayIO.RailwayInterface.TAsyncCom
extends Object

Rating red

Constructor Summary
ModelRailwayIO.RailwayInterface.TAsyncCom(String Host, int port)
           
 
Method Summary
 void Send(String Command)
           
 String SendAndReceive(String Command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelRailwayIO.RailwayInterface.TAsyncCom

public ModelRailwayIO.RailwayInterface.TAsyncCom(String Host,
                                                 int port)
                                          throws IOException
Throws:
IOException
Method Detail

SendAndReceive

public String SendAndReceive(String Command)

Send

public void Send(String Command)