org.halfdog.io.parport
Interface Sequence

All Known Implementing Classes:
GenericSequence, LinuxSequence

public interface Sequence


Method Summary
 int addStep(int command, int value, int wait)
          Add a new step to the end of a sequence.
 void clear()
           
 

Method Detail

clear

public void clear()

addStep

public int addStep(int command,
                   int value,
                   int wait)
Add a new step to the end of a sequence.

Returns:
the number of the step in the sequence