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 UsbPortAdapterAbstractUsbConnectionConfig. adapterMethods in jmri.jmrix that return UsbPortAdapter Modifier and Type Method Description UsbPortAdapterAbstractUsbConnectionConfig. 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 classAnymaDMX_UsbPortAdapterProvides 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 UsbPortAdapterAbstractUsbConnectionConfigXml. adapterMethods in jmri.jmrix.configurexml that return UsbPortAdapter Modifier and Type Method Description protected UsbPortAdapterAbstractUsbConnectionConfigXml. getAdapter()get the usb port adapterMethods in jmri.jmrix.configurexml with parameters of type UsbPortAdapter Modifier and Type Method Description protected voidAbstractUsbConnectionConfigXml. setAdapter(UsbPortAdapter usbPortAdapter)set the usb port adapter
-