Uses of Class
jmri.jmrix.loconet.LnPortController
-
Packages that use LnPortController Package Description jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.loconet.bluetooth jmri.jmrix.loconet.hexfile jmri.jmrix.loconet.Intellibox Implementation and specialization for connecting to to an Uhlenbrock Intellibox-I via its in-built RS232 serial connection.jmri.jmrix.loconet.locobuffer jmri.jmrix.loconet.locobufferii jmri.jmrix.loconet.locobufferng jmri.jmrix.loconet.locobufferusb jmri.jmrix.loconet.ms100 jmri.jmrix.loconet.pr2 jmri.jmrix.loconet.pr3 jmri.jmrix.loconet.pr4 jmri.jmrix.loconet.uhlenbrock Implementation and specialization for connecting to to an Uhlenbrock Intellibox-II via its in-built USB connection.jmri.jmrix.loconet.uhlenbrock.usb_63120 jmri.jmrix.loconet.usb_dcs210Plus jmri.jmrix.loconet.usb_dcs240 jmri.jmrix.loconet.usb_dcs240Plus jmri.jmrix.loconet.usb_dcs52 -
-
Uses of LnPortController in jmri.jmrix.loconet
Fields in jmri.jmrix.loconet declared as LnPortController Modifier and Type Field Description protected LnPortControllerLnPacketizer. controllerMethods in jmri.jmrix.loconet with parameters of type LnPortController Modifier and Type Method Description voidLnPacketizer. connectPort(LnPortController p)Make connection to an existing LnPortController object.voidLnPacketizer. disconnectPort(LnPortController p)Break connection to an existing LnPortController object. -
Uses of LnPortController in jmri.jmrix.loconet.bluetooth
Subclasses of LnPortController in jmri.jmrix.loconet.bluetooth Modifier and Type Class Description classLocoNetBluetoothAdapterProvide access to LocoNet via a LocoNet Bluetooth adapter. -
Uses of LnPortController in jmri.jmrix.loconet.hexfile
Subclasses of LnPortController in jmri.jmrix.loconet.hexfile Modifier and Type Class Description classLnHexFilePortLnHexFilePort implements a LnPortController via an ASCII-hex input file. -
Uses of LnPortController in jmri.jmrix.loconet.Intellibox
Subclasses of LnPortController in jmri.jmrix.loconet.Intellibox Modifier and Type Class Description classIntelliboxAdapterUpdate the code in jmri.jmrix.loconet.locobuffer so that it operates correctly with the Intellibox on-board serial port. -
Uses of LnPortController in jmri.jmrix.loconet.locobuffer
Subclasses of LnPortController in jmri.jmrix.loconet.locobuffer Modifier and Type Class Description classLocoBufferAdapterProvide access to LocoNet via a LocoBuffer attached to a serial com port. -
Uses of LnPortController in jmri.jmrix.loconet.locobufferii
Subclasses of LnPortController in jmri.jmrix.loconet.locobufferii Modifier and Type Class Description classLocoBufferIIAdapterUpdate the code in jmri.jmrix.loconet.locobuffer so that it refers to the switch settings on the LocoBuffer-II. -
Uses of LnPortController in jmri.jmrix.loconet.locobufferng
Subclasses of LnPortController in jmri.jmrix.loconet.locobufferng Modifier and Type Class Description classLocoBufferNGAdapterOverrideLocoBufferAdapterso that it refers to the (switch) settings on the LocoBuffer-NG. -
Uses of LnPortController in jmri.jmrix.loconet.locobufferusb
Subclasses of LnPortController in jmri.jmrix.loconet.locobufferusb Modifier and Type Class Description classLocoBufferUsbAdapterOverrideLocoBufferAdapterso that it refers to the (switch) settings on the LocoBuffer-USB. -
Uses of LnPortController in jmri.jmrix.loconet.ms100
Subclasses of LnPortController in jmri.jmrix.loconet.ms100 Modifier and Type Class Description classMS100AdapterProvide access to LocoNet via a MS100 attached to a serial com port. -
Uses of LnPortController in jmri.jmrix.loconet.pr2
Subclasses of LnPortController in jmri.jmrix.loconet.pr2 Modifier and Type Class Description classPR2AdapterUpdate the code in jmri.jmrix.loconet.locobuffer so that it refers to the switch settings on the new Digitrax PR2 -
Uses of LnPortController in jmri.jmrix.loconet.pr3
Subclasses of LnPortController in jmri.jmrix.loconet.pr3 Modifier and Type Class Description classPR3AdapterUpdate the code in jmri.jmrix.loconet.locobuffer so that it refers to the switch settings on the new Digitrax PR3 -
Uses of LnPortController in jmri.jmrix.loconet.pr4
Subclasses of LnPortController in jmri.jmrix.loconet.pr4 Modifier and Type Class Description classPR4AdapterOverrideLocoBufferAdapterso that it refers to the (switch) settings on the Digitrax PR4. -
Uses of LnPortController in jmri.jmrix.loconet.uhlenbrock
Subclasses of LnPortController in jmri.jmrix.loconet.uhlenbrock Modifier and Type Class Description classUhlenbrockAdapterUpdate the code in jmri.jmrix.loconet.locobuffer so that it operates correctly with the IC-COM and Intellibox II on-board USB port. -
Uses of LnPortController in jmri.jmrix.loconet.uhlenbrock.usb_63120
Subclasses of LnPortController in jmri.jmrix.loconet.uhlenbrock.usb_63120 Modifier and Type Class Description classUsbUhlenbrock63120AdapterExtend the code in jmri.jmrix.loconet.locobuffer so that it operates correctly with the Uhlenbrock USB-adapter part no 63120. -
Uses of LnPortController in jmri.jmrix.loconet.usb_dcs210Plus
Subclasses of LnPortController in jmri.jmrix.loconet.usb_dcs210Plus Modifier and Type Class Description classUsbDcs210PlusAdapterUpdate the code in jmri.jmrix.loconet.locobuffer so that it refers to the option settings for the Digitrax DCS210Plus's USB interface -
Uses of LnPortController in jmri.jmrix.loconet.usb_dcs240
Subclasses of LnPortController in jmri.jmrix.loconet.usb_dcs240 Modifier and Type Class Description classUsbDcs240AdapterUpdate the code in jmri.jmrix.loconet.locobuffer so that it refers to the option settings for the Digitrax DCS240's USB interface -
Uses of LnPortController in jmri.jmrix.loconet.usb_dcs240Plus
Subclasses of LnPortController in jmri.jmrix.loconet.usb_dcs240Plus Modifier and Type Class Description classUsbDcs240PlusAdapterUpdate the code in jmri.jmrix.loconet.locobuffer so that it refers to the option settings for the Digitrax DCS240Plus's USB interface -
Uses of LnPortController in jmri.jmrix.loconet.usb_dcs52
Subclasses of LnPortController in jmri.jmrix.loconet.usb_dcs52 Modifier and Type Class Description classUsbDcs52AdapterUpdate the code in jmri.jmrix.loconet.locobuffer so that it refers to the option settings for the Digitrax DCS52's USB interface
-