Uses of Class
jmri.jmrix.powerline.SerialLightManager
-
Packages that use SerialLightManager Package Description jmri.jmrix.powerline This package handles communications for powerline adapters, such as X10.jmri.jmrix.powerline.cm11 This package handles communications for CM11 powerline adapters.jmri.jmrix.powerline.cp290 This package handles communications for CP290 powerline adapters.jmri.jmrix.powerline.dmx512 This package handles communications for DMX lighting adapters.jmri.jmrix.powerline.insteon2412s This package handles communications for Insteon 2412S adapters.jmri.jmrix.powerline.simulator -
-
Uses of SerialLightManager in jmri.jmrix.powerline
Methods in jmri.jmrix.powerline that return SerialLightManager Modifier and Type Method Description SerialLightManager
SerialSystemConnectionMemo. getLightManager()
Methods in jmri.jmrix.powerline with parameters of type SerialLightManager Modifier and Type Method Description void
SerialSystemConnectionMemo. setLightManager(SerialLightManager m)
-
Uses of SerialLightManager in jmri.jmrix.powerline.cm11
Subclasses of SerialLightManager in jmri.jmrix.powerline.cm11 Modifier and Type Class Description class
SpecificLightManager
Implement LightManager for powerline serial systems with CM11 adapters. -
Uses of SerialLightManager in jmri.jmrix.powerline.cp290
Subclasses of SerialLightManager in jmri.jmrix.powerline.cp290 Modifier and Type Class Description class
SpecificLightManager
Implement LightManager for powerline serial systems with CP290 adapters -
Uses of SerialLightManager in jmri.jmrix.powerline.dmx512
Subclasses of SerialLightManager in jmri.jmrix.powerline.dmx512 Modifier and Type Class Description class
SpecificLightManager
Implement LightManager for powerline serial systems with DMX512 serial adapters. -
Uses of SerialLightManager in jmri.jmrix.powerline.insteon2412s
Subclasses of SerialLightManager in jmri.jmrix.powerline.insteon2412s Modifier and Type Class Description class
SpecificLightManager
Implement LightManager for powerline serial systems with Insteon 2412S adapters -
Uses of SerialLightManager in jmri.jmrix.powerline.simulator
Subclasses of SerialLightManager in jmri.jmrix.powerline.simulator Modifier and Type Class Description class
SpecificLightManager
Implement LightManager for powerline serial systems with Insteon 2412S adapters
-