Uses of Class
jmri.jmrix.loconet.uhlenbrock.LncvDevice
-
Packages that use LncvDevice Package Description jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.loconet.swing.lncvprog jmri.jmrix.loconet.uhlenbrock Implementation and specialization for connecting to to an Uhlenbrock Intellibox-II via its in-built USB connection. -
-
Uses of LncvDevice in jmri.jmrix.loconet
Methods in jmri.jmrix.loconet that return LncvDevice Modifier and Type Method Description LncvDeviceLncvDevicesManager. getDevice(int art, int addr)Methods in jmri.jmrix.loconet with parameters of type LncvDevice Modifier and Type Method Description LncvDevicesManager.ProgrammingResultLncvDevicesManager. prepareForSymbolicProgrammer(LncvDevice dev, ProgrammingTool t) -
Uses of LncvDevice in jmri.jmrix.loconet.swing.lncvprog
Methods in jmri.jmrix.loconet.swing.lncvprog that return LncvDevice Modifier and Type Method Description protected LncvDeviceLncvProgPane. getModule(int i) -
Uses of LncvDevice in jmri.jmrix.loconet.uhlenbrock
Methods in jmri.jmrix.loconet.uhlenbrock that return LncvDevice Modifier and Type Method Description LncvDeviceLncvDevices. getDevice(int index)LncvDevice[]LncvDevices. getDevices()Methods in jmri.jmrix.loconet.uhlenbrock with parameters of type LncvDevice Modifier and Type Method Description booleanLncvDevices. addDevice(LncvDevice d)Add a device that responded to a PROG_START request to the list of LNCV Devices.booleanLncvDevices. deviceExists(LncvDevice d)intLncvDevices. isDeviceExistant(LncvDevice deviceToBeFound)Get index in deviceList of the first device matching Mfg, ProdID, Num and Device Address.
-