Uses of Class
jmri.jmrix.UsbPortAdapter
-
Packages that use UsbPortAdapter Package Description jmri.jmrix Interfaces and implementations for system-specific code.jmri.jmrix.anyma jmri.jmrix.configurexml -
-
Uses of UsbPortAdapter in jmri.jmrix
Fields in jmri.jmrix declared as UsbPortAdapter Modifier and Type Field Description protected UsbPortAdapter
AbstractUsbConnectionConfig. adapter
Methods in jmri.jmrix that return UsbPortAdapter Modifier and Type Method Description UsbPortAdapter
AbstractUsbConnectionConfig. getAdapter()
Constructors in jmri.jmrix with parameters of type UsbPortAdapter Constructor Description AbstractUsbConnectionConfig(UsbPortAdapter p)
Create a connection configuration with a preexisting adapter. -
Uses of UsbPortAdapter in jmri.jmrix.anyma
Subclasses of UsbPortAdapter in jmri.jmrix.anyma Modifier and Type Class Description class
AnymaDMX_UsbPortAdapter
Provides an Adapter to allow the system connection memo and multiple AnymaDMX_ managers to be handled. -
Uses of UsbPortAdapter in jmri.jmrix.configurexml
Fields in jmri.jmrix.configurexml declared as UsbPortAdapter Modifier and Type Field Description protected UsbPortAdapter
AbstractUsbConnectionConfigXml. adapter
Methods in jmri.jmrix.configurexml that return UsbPortAdapter Modifier and Type Method Description protected UsbPortAdapter
AbstractUsbConnectionConfigXml. getAdapter()
get the usb port adapterMethods in jmri.jmrix.configurexml with parameters of type UsbPortAdapter Modifier and Type Method Description protected void
AbstractUsbConnectionConfigXml. setAdapter(UsbPortAdapter usbPortAdapter)
set the usb port adapter
-