|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.halfdog.io.parport.LinuxSequence
Constructor Summary | |
protected |
LinuxSequence()
|
Method Summary | |
int |
addStep(int command,
int value,
int wait)
Add a new step to the end of a sequence. |
void |
clear()
|
protected byte[] |
getSequence()
Get the binary sequence data representing this LinuxSequence. |
protected boolean[] |
getStatusExpects()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected LinuxSequence()
Method Detail |
public void clear()
clear
in interface Sequence
public int addStep(int command, int value, int wait)
addStep
in interface Sequence
wait
- the number of microseconds to wait after execution
of the command.
protected byte[] getSequence()
protected boolean[] getStatusExpects()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |