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