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 LncvDevice
LncvDevicesManager. getDevice(int art, int addr)
Methods in jmri.jmrix.loconet with parameters of type LncvDevice Modifier and Type Method Description LncvDevicesManager.ProgrammingResult
LncvDevicesManager. 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 LncvDevice
LncvProgPane. 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 LncvDevice
LncvDevices. getDevice(int index)
LncvDevice[]
LncvDevices. getDevices()
Methods in jmri.jmrix.loconet.uhlenbrock with parameters of type LncvDevice Modifier and Type Method Description boolean
LncvDevices. addDevice(LncvDevice d)
Add a device that responded to a PROG_START request to the list of LNCV Devices.boolean
LncvDevices. deviceExists(LncvDevice d)
int
LncvDevices. isDeviceExistant(LncvDevice deviceToBeFound)
Get index of device with matching Mfg, ProdID, Num and Device Address.
-