Package jmri.jmrix.powerline
Interface DmxSequence.Command
-
- All Known Implementing Classes:
DmxSequence.Cmd
- Enclosing class:
- DmxSequence
public static interface DmxSequence.Command
Represent a single Dmx command, which is a unit and intensity pair
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getUnit()
byte
getValue()
-