Class LocoIOMode

java.lang.Object
jmri.jmrix.loconet.locoio.LocoIOMode

public class LocoIOMode extends Object
  • Constructor Details

    • LocoIOMode

      public LocoIOMode(int isOutput, int opcode, int sv0, int sv2, String mode)
      Create a new instance of LocoIOMode.
      Parameters:
      isOutput - isOutput value.
      opcode - opcode.
      sv0 - sv0 value.
      sv2 - sv2 value.
      mode - IO mode.
  • Method Details