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 classX10Sequence.AddressRepresent a single "set address" X10 commandstatic classX10Sequence.ExtDataRepresent a single "Extended Data" X10 commandstatic classX10Sequence.FunctionRepresent a single "do function" X10 commandFields in jmri.jmrix.powerline declared as X10Sequence.Command Modifier and Type Field Description (package private) X10Sequence.Command[]X10Sequence. cmdsMethods in jmri.jmrix.powerline that return X10Sequence.Command Modifier and Type Method Description X10Sequence.CommandX10Sequence. getCommand()Retrieve the next command in the sequence 
 -