Uses of Class
jmri.jmrix.loconet.locoio.LocoIOMode
- 
Packages that use LocoIOMode Package Description jmri.jmrix.loconet.locoio  - 
- 
Uses of LocoIOMode in jmri.jmrix.loconet.locoio
Fields in jmri.jmrix.loconet.locoio with type parameters of type LocoIOMode Modifier and Type Field Description protected java.util.Vector<LocoIOMode>LocoIOModeList. modeListMethods in jmri.jmrix.loconet.locoio that return LocoIOMode Modifier and Type Method Description LocoIOModeLocoIOData. getLIM(int channel)protected LocoIOModeLocoIOModeList. getLocoIOModeFor(int cv, int v1, int v2)protected LocoIOModeLocoIOModeList. getLocoIOModeFor(java.lang.String s)Methods in jmri.jmrix.loconet.locoio with parameters of type LocoIOMode Modifier and Type Method Description protected intLocoIOModeList. addressToValue1(LocoIOMode lim, int address)Convert Value1 (Low bits) from Port Address.protected intLocoIOModeList. addressToValue2(LocoIOMode lim, int address)Convert Value2 (High bits) from Port Address.voidLocoIOData. setLIM(int channel, LocoIOMode m)voidLocoIOData. setV1(int channel, LocoIOMode l, int address)voidLocoIOData. setV2(int channel, LocoIOMode l, int address)protected intLocoIOModeList. valuesToAddress(LocoIOMode lim, int sv, int v1, int v2) 
 -