Uses of Class
jmri.jmrix.loconet.LocoNetException
Packages that use LocoNetException
Package
Description
Provides access to LocoNet systems, along with a lot of Swing-based tools.
-
Uses of LocoNetException in jmri.jmrix.loconet
Methods in jmri.jmrix.loconet that throw LocoNetExceptionModifier and TypeMethodDescriptionvoidLocoNetSlot.setSlot(LocoNetMessage l) Update the slot object to reflect the specific contents of a LocoNet message.Constructors in jmri.jmrix.loconet that throw LocoNetExceptionModifierConstructorDescriptionCreates a slot object based on the contents of a LocoNet message. -
Uses of LocoNetException in jmri.jmrix.loconet.duplexgroup.swing
Methods in jmri.jmrix.loconet.duplexgroup.swing that throw LocoNetExceptionModifier and TypeMethodDescriptionstatic final LocoNetMessageLnDplxGrpInfoImpl.createSetUr92GroupChannelPacket(Integer iChannelNumber) Create a LocoNet packet to set the Duplex group channel number.static final LocoNetMessageLnDplxGrpInfoImpl.createSetUr92GroupIDPacket(String s) Create a LocoNet packet to set the Duplex group ID number.static final LocoNetMessageLnDplxGrpInfoImpl.createSetUr92GroupNamePacket(String sGroupName) Create a LocoNet packet to set the Duplex group name.static final LocoNetMessageLnDplxGrpInfoImpl.createSetUr92GroupPasswordPacket(String sGroupPassword) Create a LocoNet packet to set the Duplex group password.voidLnDplxGrpInfoImpl.setDuplexGroupChannel(Integer dgc) Creates and sends a LocoNet message which sets the Duplex Group Channel.voidLnDplxGrpInfoImpl.setDuplexGroupId(String dgi) Creates and sends a LocoNet message which sets the Duplex Group Id.voidLnDplxGrpInfoImpl.setDuplexGroupName(String dgn) Creates and sends a LocoNet message which sets the Duplex Group Name.voidLnDplxGrpInfoImpl.setDuplexGroupPassword(String dgp) Creates and sends a LocoNet message which sets the Duplex Group Password.