rcx.josx.rcxcomm
Class RCXRemote

java.lang.Object
  extended by rcx.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
static java.io.DataInputStream in
           
static java.io.DataOutputStream out
           
 
Constructor Summary
RCXRemote()
           
 
Method Summary
static void error()
           
static void start()
           
static void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

in

public static java.io.DataInputStream in

out

public static java.io.DataOutputStream out
Constructor Detail

RCXRemote

public RCXRemote()
Method Detail

start

public static void start()
                  throws java.io.IOException
Throws:
java.io.IOException

stop

public static void stop()

error

public static void error()