Uses of Class
jmri.jmrix.loconet.LocoNetException
-
Packages that use LocoNetException Package Description jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.loconet.duplexgroup.swing jmri.jmrix.loconet.locormi -
-
Uses of LocoNetException in jmri.jmrix.loconet
Methods in jmri.jmrix.loconet that throw LocoNetException Modifier and Type Method Description void
LocoNetSlot. setSlot(LocoNetMessage l)
Update the slot object to reflect the specific contents of a LocoNet message.Constructors in jmri.jmrix.loconet that throw LocoNetException Constructor Description LocoNetSlot(LocoNetMessage l)
Creates a slot object based on the contents of a LocoNet message.UhlenbrockSlot(LocoNetMessage l)
-
Uses of LocoNetException in jmri.jmrix.loconet.duplexgroup.swing
Methods in jmri.jmrix.loconet.duplexgroup.swing that throw LocoNetException Modifier and Type Method Description static LocoNetMessage
LnDplxGrpInfoImpl. createSetUr92GroupChannelPacket(java.lang.Integer iChannelNumber)
Create a LocoNet packet to set the Duplex group channel number.static LocoNetMessage
LnDplxGrpInfoImpl. createSetUr92GroupIDPacket(java.lang.String s)
Create a LocoNet packet to set the Duplex group ID number.static LocoNetMessage
LnDplxGrpInfoImpl. createSetUr92GroupNamePacket(java.lang.String sGroupName)
Create a LocoNet packet to set the Duplex group name.static LocoNetMessage
LnDplxGrpInfoImpl. createSetUr92GroupPasswordPacket(java.lang.String sGroupPassword)
Create a LocoNet packet to set the Duplex group password.void
LnDplxGrpInfoImpl. setDuplexGroupChannel(java.lang.Integer dgc)
Creates and sends a LocoNet message which sets the Duplex Group Channel.void
LnDplxGrpInfoImpl. setDuplexGroupId(java.lang.String dgi)
Creates and sends a LocoNet message which sets the Duplex Group Id.void
LnDplxGrpInfoImpl. setDuplexGroupName(java.lang.String dgn)
Creates and sends a LocoNet message which sets the Duplex Group Name.void
LnDplxGrpInfoImpl. setDuplexGroupPassword(java.lang.String dgp)
Creates and sends a LocoNet message which sets the Duplex Group Password. -
Uses of LocoNetException in jmri.jmrix.loconet.locormi
Methods in jmri.jmrix.loconet.locormi that throw LocoNetException Modifier and Type Method Description void
LnMessageClient. configureRemoteConnection(java.lang.String remoteHostName, int timeoutSec)
Start the connection to the server.
-