Package jmri.jmrix.loconet.locoio
Class LocoIOMode
- java.lang.Object
-
- jmri.jmrix.loconet.locoio.LocoIOMode
-
public class LocoIOMode extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LocoIOMode(int isOutput, int opcode, int sv0, int sv2, java.lang.String mode)Create a new instance of LocoIOMode.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFullMode()java.lang.StringgetMode()intgetOpCode()intgetOutput()intgetSV()intgetV2()
-
-
-
Constructor Detail
-
LocoIOMode
public LocoIOMode(int isOutput, int opcode, int sv0, int sv2, java.lang.String mode)
Create a new instance of LocoIOMode.- Parameters:
isOutput- isOutput value.opcode- opcode.sv0- sv0 value.sv2- sv2 value.mode- IO mode.
-
-