Uses of Class
jmri.jmrix.loconet.LocoNetMessage

Packages that use LocoNetMessage
jmri.jmrix.loconet   
jmri.jmrix.loconet.almbrowser   
jmri.jmrix.loconet.cmdstnconfig   
jmri.jmrix.loconet.locogen   
jmri.jmrix.loconet.locoid   
jmri.jmrix.loconet.locoio   
jmri.jmrix.loconet.locomon   
jmri.jmrix.loconet.loconetovertcp   
jmri.jmrix.loconet.locormi   
jmri.jmrix.loconet.locostats   
jmri.jmrix.loconet.pr2   
jmri.jmrix.loconet.pr3.swing   
jmri.jmrix.loconet.soundloader   
 

Uses of LocoNetMessage in jmri.jmrix.loconet
 

Methods in jmri.jmrix.loconet that return LocoNetMessage
 LocoNetMessage LocoNetSlot.dispatchSlot()
           
static LocoNetMessage LocoNetMessage.makePeerXfr(int src, int dst, int[] d, int code)
          Return a newly created OPC_PEER_XFR message.
protected  LocoNetMessage SlotManager.progTaskStart(int pcmd, int val, int cvnum, boolean write)
          Internal method to create the LocoNetMessage for programmer task start
 LocoNetMessage LocoNetSlot.writeSlot()
           
 LocoNetMessage LocoNetSlot.writeStatus(int status)
          Update the status bits in STAT1 (D5, D4)
 

Methods in jmri.jmrix.loconet with parameters of type LocoNetMessage
 boolean LocoNetMessage.equals(LocoNetMessage m)
          Two messages are the same if their entire data content is the same.
 int SlotManager.findSlotFromMessage(LocoNetMessage m)
          FInd the slot number that a message references
 void SlotManager.forwardMessageToSlot(LocoNetMessage m, int i)
           
 void LnSensorAddress.insertAddress(LocoNetMessage m)
          Update a LocoNet message to have this address.
 void SlotManager.message(LocoNetMessage m)
          Listen to the LocoNet.
 void SecurityElement.message(LocoNetMessage l)
          Process incoming messages.
 void SE8cSignalHead.message(LocoNetMessage l)
           
 void LocoNetListener.message(LocoNetMessage msg)
          Member function that will be invoked by a LocoNetInterface implementation to forward a LocoNet message from the layout.
 void LnTurnoutManager.message(LocoNetMessage l)
           
 void LnTurnout.message(LocoNetMessage l)
           
 void LnTrafficRouter.message(LocoNetMessage m)
          Receive a LocoNet message from upstream and forward it to all the local clients.
 void LnSensorManager.message(LocoNetMessage l)
           
 void LnSensor.message(LocoNetMessage l)
          implementing classes will typically have a function/listener to get updates from the layout, which will then call public void firePropertyChange(String propertyName, Object oldValue, Object newValue) _once_ if anything has changed state (or set the commanded state directly)
 void LnReporterManager.message(LocoNetMessage l)
           
 void LnReporter.message(LocoNetMessage l)
           
 void LnPowerManager.message(LocoNetMessage m)
           
 void LnMessageManager.message(LocoNetMessage m)
          Listen for status changes from LocoNet This doesn't do anything now.
 void AlmImplementation.message(LocoNetMessage msg)
          Interpret LocoNet traffic.
 void AbstractBoardProgFrame.message(LocoNetMessage m)
           
 void AbstractAlmImplementation.message(LocoNetMessage msg)
          Interpret LocoNet traffic.
 void LnTrafficController.notify(LocoNetMessage m)
          Forward a LocoNetMessage to all registered listeners.
protected  void SlotManager.programmerOpMessage(LocoNetMessage m, int i)
           
protected  void SlotManager.respondToAddrRequest(LocoNetMessage m, int i)
           
 void LocoNetThrottledTransmitter.sendLocoNetMessage(LocoNetMessage msg)
          Accept a message to be sent after suitable delay.
 void LocoNetInterface.sendLocoNetMessage(LocoNetMessage msg)
           
 void LnTrafficRouter.sendLocoNetMessage(LocoNetMessage m)
          Forward a preformatted LocoNetMessage to the actual interface.
abstract  void LnTrafficController.sendLocoNetMessage(LocoNetMessage m)
          Forward a preformatted LocoNetMessage to the actual interface.
 void LnPacketizer.sendLocoNetMessage(LocoNetMessage m)
          Forward a preformatted LocoNetMessage to the actual interface.
protected  void LocoNetAutomaton.sendMessage(LocoNetMessage m)
           
 void LocoNetSlot.setSlot(LocoNetMessage l)
           
 

Constructors in jmri.jmrix.loconet with parameters of type LocoNetMessage
LocoNetMessage(LocoNetMessage original)
           
LocoNetSlot(LocoNetMessage l)
           
 

Uses of LocoNetMessage in jmri.jmrix.loconet.almbrowser
 

Methods in jmri.jmrix.loconet.almbrowser with parameters of type LocoNetMessage
 void AlmBrowserFrame.message(LocoNetMessage msg)
          Process the incoming message to look for the response to a read request
 

Uses of LocoNetMessage in jmri.jmrix.loconet.cmdstnconfig
 

Methods in jmri.jmrix.loconet.cmdstnconfig with parameters of type LocoNetMessage
 void CmdStnConfigFrame.message(LocoNetMessage msg)
          Process the incoming message to look for Slot 127 Read
 

Uses of LocoNetMessage in jmri.jmrix.loconet.locogen
 

Methods in jmri.jmrix.loconet.locogen with parameters of type LocoNetMessage
 void LocoGenFrame.message(LocoNetMessage m)
          Process the incoming message to look for the needed echo
 

Uses of LocoNetMessage in jmri.jmrix.loconet.locoid
 

Methods in jmri.jmrix.loconet.locoid with parameters of type LocoNetMessage
 void LocoIdFrame.message(LocoNetMessage m)
          Process the incoming message to look for the address
 

Uses of LocoNetMessage in jmri.jmrix.loconet.locoio
 

Methods in jmri.jmrix.loconet.locoio that return LocoNetMessage
static LocoNetMessage LocoIO.readCV(int locoIOAddress, int locoIOSubAddress, int cv)
           
static LocoNetMessage LocoIO.writeCV(int locoIOAddress, int locoIOSubAddress, int cv, int data)
           
 

Methods in jmri.jmrix.loconet.locoio with parameters of type LocoNetMessage
 void LocoIOData.message(LocoNetMessage m)
          Listen to the LocoNet.
 

Uses of LocoNetMessage in jmri.jmrix.loconet.locomon
 

Methods in jmri.jmrix.loconet.locomon with parameters of type LocoNetMessage
 String Llnmon.crcCheck(LocoNetMessage m)
          Include info on whether the message checksum byte(s) are OK
 String Llnmon.displayMessage(LocoNetMessage l)
          This function creates a string representation of a LocoNet buffer.
protected  String Llnmon.format(LocoNetMessage l)
          Format the message into a text string.
 void LocoMonFrame.message(LocoNetMessage l)
           
 

Uses of LocoNetMessage in jmri.jmrix.loconet.loconetovertcp
 

Methods in jmri.jmrix.loconet.loconetovertcp with parameters of type LocoNetMessage
 void ClientRxHandler.message(LocoNetMessage msg)
           
 

Uses of LocoNetMessage in jmri.jmrix.loconet.locormi
 

Methods in jmri.jmrix.loconet.locormi with parameters of type LocoNetMessage
 void LnMessageBuffer.message(LocoNetMessage msg)
           
 void LnMessageClient.sendLocoNetMessage(LocoNetMessage m)
          Forward messages to the server.
 void LnMessageBufferInterface.sendLocoNetMessage(LocoNetMessage m)
           
 void LnMessageBuffer.sendLocoNetMessage(LocoNetMessage m)
           
 

Uses of LocoNetMessage in jmri.jmrix.loconet.locostats
 

Methods in jmri.jmrix.loconet.locostats with parameters of type LocoNetMessage
 void LocoStatsFrame.message(LocoNetMessage msg)
           
 

Uses of LocoNetMessage in jmri.jmrix.loconet.pr2
 

Methods in jmri.jmrix.loconet.pr2 with parameters of type LocoNetMessage
 void LnPr2PowerManager.message(LocoNetMessage m)
           
 

Uses of LocoNetMessage in jmri.jmrix.loconet.pr3.swing
 

Methods in jmri.jmrix.loconet.pr3.swing with parameters of type LocoNetMessage
 void Pr3SelectPane.message(LocoNetMessage msg)
           
 

Uses of LocoNetMessage in jmri.jmrix.loconet.soundloader
 

Methods in jmri.jmrix.loconet.soundloader that return LocoNetMessage
 LocoNetMessage LoaderEngine.initTransfer(int type, int handle, String name, byte[] contents)
          Start a sequence to download a specific type of data.
 LocoNetMessage LoaderEngine.nextTransfer()
          Get the next message for an ongoing WAV download.
 



Copyright © 1997 - 2009 JMRI Community.
JMRI, DecoderPro, PanelPro, SoundPro, DispatcherPro and associated logos are our trademarks.

Additional information on copyright, trademarks and licenses is linked here.
Site hosted by: Get JMRI Model Railroad Interface at SourceForge.net. Fast, secure and Free Open Source software downloads