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. modeList
Methods in jmri.jmrix.loconet.locoio that return LocoIOMode Modifier and Type Method Description LocoIOMode
LocoIOData. getLIM(int channel)
protected LocoIOMode
LocoIOModeList. getLocoIOModeFor(int cv, int v1, int v2)
protected LocoIOMode
LocoIOModeList. getLocoIOModeFor(java.lang.String s)
Methods in jmri.jmrix.loconet.locoio with parameters of type LocoIOMode Modifier and Type Method Description protected int
LocoIOModeList. addressToValue1(LocoIOMode lim, int address)
Convert Value1 (Low bits) from Port Address.protected int
LocoIOModeList. addressToValue2(LocoIOMode lim, int address)
Convert Value2 (High bits) from Port Address.void
LocoIOData. setLIM(int channel, LocoIOMode m)
void
LocoIOData. setV1(int channel, LocoIOMode l, int address)
void
LocoIOData. setV2(int channel, LocoIOMode l, int address)
protected int
LocoIOModeList. valuesToAddress(LocoIOMode lim, int sv, int v1, int v2)
-