Uses of Class
jmri.jmrix.loconet.LocoNetThrottledTransmitter
-
Packages that use LocoNetThrottledTransmitter Package Description jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools. -
-
Uses of LocoNetThrottledTransmitter in jmri.jmrix.loconet
Fields in jmri.jmrix.loconet declared as LocoNetThrottledTransmitter Modifier and Type Field Description (package private) LocoNetThrottledTransmitter
SlotManager. throttledTransmitter
protected LocoNetThrottledTransmitter
LocoNetSystemConnectionMemo. tm
Methods in jmri.jmrix.loconet with parameters of type LocoNetThrottledTransmitter Modifier and Type Method Description void
SlotManager. setThrottledTransmitter(LocoNetThrottledTransmitter value, boolean m)
Provide a ThrottledTransmitter for sending immediate packets.
-