josx.rcxcomm
Class RCXRemote
java.lang.Object
|
+--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
|
Method Summary |
static void |
error()
|
static void |
start()
|
static void |
stop()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
in
public static java.io.DataInputStream in
out
public static java.io.DataOutputStream out
RCXRemote
public RCXRemote()
start
public static void start()
throws java.io.IOException
java.io.IOException
stop
public static void stop()
error
public static void error()