Uses of Enum
jmri.jmrix.loconet.LnCommandStationType
Packages that use LnCommandStationType
Package
Description
Provides access to LocoNet systems, along with a lot of Swing-based tools.
-
Uses of LnCommandStationType in jmri.jmrix.loconet
Fields in jmri.jmrix.loconet declared as LnCommandStationTypeModifier and TypeFieldDescriptionprotected LnCommandStationTypeLnNetworkPortController.commandStationTypeprotected LnCommandStationTypeLnPortController.commandStationTypeprotected LnCommandStationTypeSlotManager.commandStationTypeprotected LnCommandStationType[]LnNetworkPortController.commandStationTypesprotected LnCommandStationType[]LnPortController.commandStationTypesMethods in jmri.jmrix.loconet that return LnCommandStationTypeModifier and TypeMethodDescriptionstatic LnCommandStationTypeSlotManager.getCommandStationType()Get the command station type.static LnCommandStationTypeReturns the enum constant of this type with the specified name.static LnCommandStationType[]LnCommandStationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrix.loconet with parameters of type LnCommandStationTypeModifier and TypeMethodDescriptionvoidLocoNetSystemConnectionMemo.configureCommandStation(LnCommandStationType type, boolean mTurnoutNoRetry, boolean mTurnoutExtraSpace, boolean mTranspondingAvailable, boolean mInterrogate, boolean mLoconetProtocolAutoDetect) Configure the programming manager and "command station" objects.voidLnNetworkPortController.setCommandStationType(LnCommandStationType value) Set configcommand station type.voidLnPortController.setCommandStationType(LnCommandStationType value) Set config info from the command station type enum.voidSlotManager.setCommandStationType(LnCommandStationType value) Set the command station type to one of the known types in theLnCommandStationTypeenum. -
Uses of LnCommandStationType in jmri.jmrix.loconet.streamport
Fields in jmri.jmrix.loconet.streamport declared as LnCommandStationTypeModifier and TypeFieldDescriptionprotected LnCommandStationTypeLnStreamPortController.commandStationTypeMethods in jmri.jmrix.loconet.streamport with parameters of type LnCommandStationTypeModifier and TypeMethodDescriptionvoidLnStreamPortController.setCommandStationType(LnCommandStationType value) Set config info from the Command Station type enum.