Uses of Class
jmri.jmrix.loconet.locoio.LocoIOMode
Packages that use LocoIOMode
-
Uses of LocoIOMode in jmri.jmrix.loconet.locoio
Fields in jmri.jmrix.loconet.locoio with type parameters of type LocoIOModeMethods in jmri.jmrix.loconet.locoio that return LocoIOModeModifier and TypeMethodDescriptionLocoIOData.getLIM(int channel) protected LocoIOModeLocoIOModeList.getLocoIOModeFor(int cv, int v1, int v2) protected LocoIOModeLocoIOModeList.getLocoIOModeFor(String s) Methods in jmri.jmrix.loconet.locoio with parameters of type LocoIOModeModifier and TypeMethodDescriptionprotected 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)