Uses of Interface
jmri.jmrix.lenz.XNetInterface
-
-
Uses of XNetInterface in jmri.jmrix.lenz
Classes in jmri.jmrix.lenz that implement XNetInterface Modifier and Type Class Description classXNetPacketizerConverts Stream-based I/O to/from XNet messages.classXNetTrafficControllerAbstract base class for implementations of XNetInterface.classXNetTrafficRouterImplements an XNetInterface by doing a scatter-gather to another, simpler implementation.Methods in jmri.jmrix.lenz with parameters of type XNetInterface Modifier and Type Method Description voidXNetTrafficRouter. connect(XNetInterface i)Make connection to existing XNetInterface object for upstream communication.voidXNetTrafficRouter. disconnectPort(XNetInterface i)Break connection to upstream LocoNetInterface object. -
Uses of XNetInterface in jmri.jmrix.lenz.li100
Classes in jmri.jmrix.lenz.li100 that implement XNetInterface Modifier and Type Class Description classLI100XNetPacketizerThis is an extention of the XNetPacketizer to handle the device specific requirements of the LI100. -
Uses of XNetInterface in jmri.jmrix.lenz.liusb
Classes in jmri.jmrix.lenz.liusb that implement XNetInterface Modifier and Type Class Description classLIUSBXNetPacketizerThis is an extention of the XNetPacketizer to handle the device specific requirements of the LIUSB. -
Uses of XNetInterface in jmri.jmrix.lenz.liusbethernet
Classes in jmri.jmrix.lenz.liusbethernet that implement XNetInterface Modifier and Type Class Description classLIUSBEthernetXNetPacketizerThis is an extension of the XNetPacketizer to handle the device specific requirements of the LIUSBEthernet. -
Uses of XNetInterface in jmri.jmrix.lenz.liusbserver
Classes in jmri.jmrix.lenz.liusbserver that implement XNetInterface Modifier and Type Class Description classLIUSBServerXNetPacketizerThis is an extension of the XNetPacketizer to handle the device specific requirements of the LIUSB Server. -
Uses of XNetInterface in jmri.jmrix.lenz.xntcp
Classes in jmri.jmrix.lenz.xntcp that implement XNetInterface Modifier and Type Class Description classXnTcpXNetPacketizerThis is an extension of the XNetPacketizer to handle the device specific requirements of the XnTcp. -
Uses of XNetInterface in jmri.jmrix.lenz.ztc640
Classes in jmri.jmrix.lenz.ztc640 that implement XNetInterface Modifier and Type Class Description classZTC640XNetPacketizerThis is an extention of the XNetPacketizer to handle the device specific requirements of the ZTC640. -
Uses of XNetInterface in jmri.jmrix.roco.z21
Classes in jmri.jmrix.roco.z21 that implement XNetInterface Modifier and Type Class Description classZ21XNetPacketizerExtension of the XNetPacketizer for Roco: the Roco Z21 XpressNet Tunnel. -
Uses of XNetInterface in jmri.jmrix.ztc.ztc611
Classes in jmri.jmrix.ztc.ztc611 that implement XNetInterface Modifier and Type Class Description classZTC611XNetPacketizerThis is an extention of the XNetPacketizer to handle the device specific requirements of the ZTC611.
-