Uses of Class
jmri.jmrix.can.ConfigurationManager.ProgModeSwitch
-
Packages that use ConfigurationManager.ProgModeSwitch Package Description jmri.jmrix.can Defines classes for interfacing to a CAN-based model railway control bus.jmri.jmrix.can.adapters.gridconnect.sproggen5.serialdriver jmri.jmrix.can.cbus.swing.modeswitcher Defines classes for ModeSwitcher for switching programmer and command station modes. -
-
Uses of ConfigurationManager.ProgModeSwitch in jmri.jmrix.can
Fields in jmri.jmrix.can declared as ConfigurationManager.ProgModeSwitch Modifier and Type Field Description protected ConfigurationManager.ProgModeSwitch
CanSystemConnectionMemo. _progModeSwitch
Methods in jmri.jmrix.can that return ConfigurationManager.ProgModeSwitch Modifier and Type Method Description ConfigurationManager.ProgModeSwitch
CanSystemConnectionMemo. getProgModeSwitch()
Get the state of the programming mode switch which indicates what combination of service and/or ops mode programming is supported by the connection.static ConfigurationManager.ProgModeSwitch
ConfigurationManager.ProgModeSwitch. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ConfigurationManager.ProgModeSwitch[]
ConfigurationManager.ProgModeSwitch. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrix.can with parameters of type ConfigurationManager.ProgModeSwitch Modifier and Type Method Description void
CanSystemConnectionMemo. setProgModeSwitch(ConfigurationManager.ProgModeSwitch pms)
-
Uses of ConfigurationManager.ProgModeSwitch in jmri.jmrix.can.adapters.gridconnect.sproggen5.serialdriver
Fields in jmri.jmrix.can.adapters.gridconnect.sproggen5.serialdriver declared as ConfigurationManager.ProgModeSwitch Modifier and Type Field Description protected ConfigurationManager.ProgModeSwitch
Sprog3PlusSerialDriverAdapter. _progMode
-
Uses of ConfigurationManager.ProgModeSwitch in jmri.jmrix.can.cbus.swing.modeswitcher
Fields in jmri.jmrix.can.cbus.swing.modeswitcher declared as ConfigurationManager.ProgModeSwitch Modifier and Type Field Description protected ConfigurationManager.ProgModeSwitch
SprogCbusModeSwitcherFrame. _pms
-