Uses of Class
jmri.jmrix.loconet.lnsvf1.Lnsv1Device
-
Packages that use Lnsv1Device Package Description jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.loconet.lnsvf1 jmri.jmrix.loconet.swing.lnsv1prog -
-
Uses of Lnsv1Device in jmri.jmrix.loconet
Methods in jmri.jmrix.loconet that return Lnsv1Device Modifier and Type Method Description Lnsv1DeviceLnsv1DevicesManager. getDevice(int vrs, int addr)Methods in jmri.jmrix.loconet with parameters of type Lnsv1Device Modifier and Type Method Description Lnsv1DevicesManager.ProgrammingResultLnsv1DevicesManager. prepareForSymbolicProgrammer(Lnsv1Device dev, ProgrammingTool t) -
Uses of Lnsv1Device in jmri.jmrix.loconet.lnsvf1
Methods in jmri.jmrix.loconet.lnsvf1 that return Lnsv1Device Modifier and Type Method Description Lnsv1DeviceLnsv1Devices. getDevice(int index)Lnsv1Device[]Lnsv1Devices. getDevices()Methods in jmri.jmrix.loconet.lnsvf1 with parameters of type Lnsv1Device Modifier and Type Method Description booleanLnsv1Devices. addDevice(Lnsv1Device d)Add a device that responded to a PROBE_ALL request (or simply sent a READ_ONE reply) to the list of LNSV1 Devices.booleanLnsv1Devices. deviceExists(Lnsv1Device d)intLnsv1Devices. isDeviceExistant(Lnsv1Device deviceToBeFound)Get index in deviceList of the first device matching (only) the Device Address. -
Uses of Lnsv1Device in jmri.jmrix.loconet.swing.lnsv1prog
Methods in jmri.jmrix.loconet.swing.lnsv1prog that return Lnsv1Device Modifier and Type Method Description protected Lnsv1DeviceLnsv1ProgPane. getModule(int i)
-