Package jmri.jmrix.powerline
Class DmxSequence.Cmd
- java.lang.Object
-
- jmri.jmrix.powerline.DmxSequence.Cmd
-
- All Implemented Interfaces:
DmxSequence.Command
- Enclosing class:
- DmxSequence
public static class DmxSequence.Cmd extends java.lang.Object implements DmxSequence.Command
Represent a single Dmx command
-
-
Constructor Summary
Constructors Constructor Description Cmd(int unit, byte value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getUnit()
byte
getValue()
-
-
-
Constructor Detail
-
Cmd
public Cmd(int unit, byte value)
-
-
Method Detail
-
getUnit
public int getUnit()
- Specified by:
getUnit
in interfaceDmxSequence.Command
-
getValue
public byte getValue()
- Specified by:
getValue
in interfaceDmxSequence.Command
-
-