|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjosx.rcxcomm.RCXRemote
public class RCXRemote
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 |
---|
public java.io.DataInputStream in
public java.io.DataOutputStream out
Constructor Detail |
---|
public RCXRemote(java.lang.String port) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void start(java.lang.String port) throws java.io.IOException
java.io.IOException
public void stop()
public void error()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |