Uses of Class
jmri.jmrix.loconet.streamport.LnStreamPortController
Packages that use LnStreamPortController
-
Uses of LnStreamPortController in jmri.jmrix.loconet.streamport
Fields in jmri.jmrix.loconet.streamport declared as LnStreamPortControllerMethods in jmri.jmrix.loconet.streamport with parameters of type LnStreamPortControllerModifier and TypeMethodDescriptionvoidLnStreamPortPacketizer.connectPort(LnStreamPortController p) Make connection to existing LnPortController object.voidLnStreamPortPacketizer.disconnectPort(LnStreamPortController p) Break connection to existing LnPortController object. -
Uses of LnStreamPortController in jmri.jmrix.roco.z21
Subclasses of LnStreamPortController in jmri.jmrix.roco.z21Modifier and TypeClassDescriptionclassOverride default LocoNet classes to use z21 specific versions.Fields in jmri.jmrix.roco.z21 declared as LnStreamPortControllerMethods in jmri.jmrix.roco.z21 that return LnStreamPortControllerModifier and TypeMethodDescription(package private) LnStreamPortControllerZ21LocoNetTunnel.getStreamPortController()Package protected method to retrieve the stream port controller associated with this tunnel.Methods in jmri.jmrix.roco.z21 with parameters of type LnStreamPortControllerModifier and TypeMethodDescription(package private) voidZ21LocoNetTunnel.setStreamPortController(LnStreamPortController x) Package protected method to set the stream port controller associated with this tunnel.