Uses of Class
jmri.jmrix.lenz.LenzCommandStation
-
-
Uses of LenzCommandStation in jmri.jmrix.lenz
Fields in jmri.jmrix.lenz declared as LenzCommandStation Modifier and Type Field Description (package private) LenzCommandStation
XNetTrafficController. mCommandStation
Reference to the command station in communication here.Methods in jmri.jmrix.lenz that return LenzCommandStation Modifier and Type Method Description LenzCommandStation
XNetTrafficController. getCommandStation()
Get access to communicating command station object.LenzCommandStation
XNetSystemConnectionMemo. getLenzCommandStation()
Provide access to the Lenz Command Station for this particular connection.Methods in jmri.jmrix.lenz with parameters of type LenzCommandStation Modifier and Type Method Description void
XNetSystemConnectionMemo. setLenzCommandStation(LenzCommandStation c)
Constructors in jmri.jmrix.lenz with parameters of type LenzCommandStation Constructor Description XNetPacketizer(LenzCommandStation pCommandStation)
XNetTrafficController(LenzCommandStation pCommandStation)
Create a new XNetTrafficController.XNetTrafficRouter(LenzCommandStation pCommandStation)
-
Uses of LenzCommandStation in jmri.jmrix.lenz.hornbyelite
Subclasses of LenzCommandStation in jmri.jmrix.lenz.hornbyelite Modifier and Type Class Description class
HornbyEliteCommandStation
Defines the routines that differentiate a Hornby Elite Command Station from a Lenz command station. -
Uses of LenzCommandStation in jmri.jmrix.lenz.li100
Constructors in jmri.jmrix.lenz.li100 with parameters of type LenzCommandStation Constructor Description LI100XNetPacketizer(LenzCommandStation pCommandStation)
-
Uses of LenzCommandStation in jmri.jmrix.lenz.liusb
Constructors in jmri.jmrix.lenz.liusb with parameters of type LenzCommandStation Constructor Description LIUSBXNetPacketizer(LenzCommandStation pCommandStation)
-
Uses of LenzCommandStation in jmri.jmrix.lenz.liusbethernet
Constructors in jmri.jmrix.lenz.liusbethernet with parameters of type LenzCommandStation Constructor Description LIUSBEthernetXNetPacketizer(LenzCommandStation pCommandStation)
-
Uses of LenzCommandStation in jmri.jmrix.lenz.liusbserver
Constructors in jmri.jmrix.lenz.liusbserver with parameters of type LenzCommandStation Constructor Description LIUSBServerXNetPacketizer(LenzCommandStation pCommandStation)
-
Uses of LenzCommandStation in jmri.jmrix.lenz.xntcp
Constructors in jmri.jmrix.lenz.xntcp with parameters of type LenzCommandStation Constructor Description XnTcpXNetPacketizer(LenzCommandStation pCommandStation)
-
Uses of LenzCommandStation in jmri.jmrix.lenz.ztc640
Constructors in jmri.jmrix.lenz.ztc640 with parameters of type LenzCommandStation Constructor Description ZTC640XNetPacketizer(LenzCommandStation pCommandStation)
-
Uses of LenzCommandStation in jmri.jmrix.roco
Subclasses of LenzCommandStation in jmri.jmrix.roco Modifier and Type Class Description class
RocoCommandStation
Defines the standard/common routines used in multiple classes related to a Roco Command Station, on an XpressNet network. -
Uses of LenzCommandStation in jmri.jmrix.roco.z21
Subclasses of LenzCommandStation in jmri.jmrix.roco.z21 Modifier and Type Class Description class
RocoZ21CommandStation
Defines the standard/common routines used in multiple classes related to a Roco z21 Command Station.Constructors in jmri.jmrix.roco.z21 with parameters of type LenzCommandStation Constructor Description Z21XNetPacketizer(LenzCommandStation pCommandStation)
Must provide a LenzCommandStation reference at creation time. -
Uses of LenzCommandStation in jmri.jmrix.ztc.ztc611
Constructors in jmri.jmrix.ztc.ztc611 with parameters of type LenzCommandStation Constructor Description ZTC611XNetPacketizer(LenzCommandStation pCommandStation)
-