Uses of Interface
jmri.jmrix.powerline.X10Sequence.Command
-
Packages that use X10Sequence.Command Package Description jmri.jmrix.powerline This package handles communications for powerline adapters, such as X10. -
-
Uses of X10Sequence.Command in jmri.jmrix.powerline
Classes in jmri.jmrix.powerline that implement X10Sequence.Command Modifier and Type Class Description static class
X10Sequence.Address
Represent a single "set address" X10 commandstatic class
X10Sequence.ExtData
Represent a single "Extended Data" X10 commandstatic class
X10Sequence.Function
Represent a single "do function" X10 commandFields in jmri.jmrix.powerline declared as X10Sequence.Command Modifier and Type Field Description (package private) X10Sequence.Command[]
X10Sequence. cmds
Methods in jmri.jmrix.powerline that return X10Sequence.Command Modifier and Type Method Description X10Sequence.Command
X10Sequence. getCommand()
Retrieve the next command in the sequence
-