| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.scottpreston.javarobot.chapter2.Controller
public abstract class Controller
| Constructor Summary | |
|---|---|
| Controller(JSerialPort sPort) | |
| Method Summary | |
|---|---|
|  void | close() | 
|  java.lang.String | execute(byte[] cmd,
        int delay) | 
|  byte[] | execute2(byte[] cmd,
         int delay) | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Controller(JSerialPort sPort)
           throws java.lang.Exception
java.lang.Exception| Method Detail | 
|---|
public java.lang.String execute(byte[] cmd,
                                int delay)
                         throws java.lang.Exception
execute in interface JControllerjava.lang.Exception
public byte[] execute2(byte[] cmd,
                       int delay)
                throws java.lang.Exception
execute2 in interface JControllerjava.lang.Exceptionpublic void close()
close in interface JController| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||