Package jmri.jmrix.lenz.hornbyelite
Class HornbyEliteCommandStation
- java.lang.Object
 - 
- jmri.jmrix.lenz.LenzCommandStation
 - 
- jmri.jmrix.lenz.hornbyelite.HornbyEliteCommandStation
 
 
 
- 
- All Implemented Interfaces:
 CommandStation
public class HornbyEliteCommandStation extends LenzCommandStation
Defines the routines that differentiate a Hornby Elite Command Station from a Lenz command station. 
- 
- 
Constructor Summary
Constructors Constructor Description HornbyEliteCommandStation() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisOpsModePossible()The Hornby Elite does support Ops Mode programming.- 
Methods inherited from class jmri.jmrix.lenz.LenzCommandStation
calcLocoAddress, getCommandStationSoftwareVersion, getCommandStationSoftwareVersionBCD, getCommandStationType, getDCCAddressHigh, getDCCAddressLow, getSystemPrefix, getUserName, getVersionString, sendPacket, setCommandStationSoftwareVersion, setCommandStationSoftwareVersion, setCommandStationType, setCommandStationType, setSystemConnectionMemo, setTrafficController 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface jmri.CommandStation
sendAccSignalDecoderPkt, sendAltAccSignalDecoderPkt 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
HornbyEliteCommandStation
public HornbyEliteCommandStation()
 
 - 
 
- 
Method Detail
- 
isOpsModePossible
public boolean isOpsModePossible()
The Hornby Elite does support Ops Mode programming.- Overrides:
 isOpsModePossiblein classLenzCommandStation- Returns:
 - true if CS type 1 or 2, else false.
 
 
 - 
 
 -