josx.rcxcomm
Class RCXRemote

java.lang.Object
  extended by josx.rcxcomm.RCXRemote

public class RCXRemote
extends java.lang.Object

Utility class to support remote execution. Creates an RCXPort for communication. public data stream variables in anfd out are used to send add receive data.


Field Summary
 java.io.DataInputStream in
           
 java.io.DataOutputStream out
           
 
Constructor Summary
RCXRemote(java.lang.String port)
           
 
Method Summary
 void error()
           
 void start(java.lang.String port)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

in

public java.io.DataInputStream in

out

public java.io.DataOutputStream out
Constructor Detail

RCXRemote

public RCXRemote(java.lang.String port)
          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

start

public void start(java.lang.String port)
           throws java.io.IOException
Throws:
java.io.IOException

stop

public void stop()

error

public void error()