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 Lnsv1Device
Lnsv1DevicesManager. getDevice(int vrs, int addr)
Methods in jmri.jmrix.loconet with parameters of type Lnsv1Device Modifier and Type Method Description Lnsv1DevicesManager.ProgrammingResult
Lnsv1DevicesManager. 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 Lnsv1Device
Lnsv1Devices. getDevice(int index)
Lnsv1Device[]
Lnsv1Devices. getDevices()
Methods in jmri.jmrix.loconet.lnsvf1 with parameters of type Lnsv1Device Modifier and Type Method Description boolean
Lnsv1Devices. 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.boolean
Lnsv1Devices. deviceExists(Lnsv1Device d)
int
Lnsv1Devices. 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 Lnsv1Device
Lnsv1ProgPane. getModule(int i)
-