Package jmri.jmrix.loconet.uhlenbrock
Class LncvDevice
java.lang.Object
jmri.jmrix.loconet.uhlenbrock.LncvDevice
A class to hold LocoNet LNCV device identity information.
See jmri.jmrix.loconet.lnsvf2.Sv2DiscoverPane
-
Constructor Summary
ConstructorsConstructorDescriptionLncvDevice(int productID, int address, int lastCv, int lastVal, String deviceName, String rosterName, int swVersion) -
Method Summary
Modifier and TypeMethodDescriptionintgetCvNum()intintintintvoidsetCvNum(int num) voidsetCvValue(int val) voidvoidsetDestAddr(int destAddr) Set the table view of the device's destination address.voidsetDevName(String s) voidvoidvoidsetSwVersion(int version)
-
Constructor Details
-
LncvDevice
public LncvDevice(int productID, int address, int lastCv, int lastVal, String deviceName, String rosterName, int swVersion)
-
-
Method Details
-
getProductID
-
getDestAddr
-
getDeviceName
-
getRosterName
-
getSwVersion
-
setDestAddr
Set the table view of the device's destination address. This routine does _not_ program the device's destination address.- Parameters:
destAddr- device destination address
-
setDevName
-
setRosterName
-
setSwVersion
-
getDecoderFile
-
setDecoderFile
-
getRosterEntry
-
setRosterEntry
-
getCvNum
-
setCvNum
-
getCvValue
-
setCvValue
-