jmri.jmrix.bachrus
Class SpeedoReply

java.lang.Object
  extended by jmri.jmrix.bachrus.SpeedoReply

public class SpeedoReply
extends Object

SpeedoReply.java Description: Carries the reply to an SprogMessage

Author:
Bob Jacobsen Copyright (C) 2001, Andrew Crosland Copyright (C) 2010

Field Summary
static int maxSize
           
 
Constructor Summary
SpeedoReply()
           
SpeedoReply(SpeedoReply m)
           
SpeedoReply(String s)
           
 
Method Summary
 int getCount()
           
 int getElement(int n)
           
 int getNumDataElements()
           
 int getOpCode()
           
 int getSeries()
           
 boolean isUnsolicited()
           
 void setElement(int n, int v)
           
 void setOpCode(int i)
           
 void setUnsolicited()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

maxSize

public static final int maxSize
See Also:
Constant Field Values
Constructor Detail

SpeedoReply

public SpeedoReply()

SpeedoReply

public SpeedoReply(SpeedoReply m)

SpeedoReply

public SpeedoReply(String s)
Method Detail

setOpCode

public void setOpCode(int i)

getOpCode

public int getOpCode()

setUnsolicited

public final void setUnsolicited()

isUnsolicited

public boolean isUnsolicited()

getNumDataElements

public int getNumDataElements()

getElement

public int getElement(int n)

setElement

public void setElement(int n,
                       int v)

getCount

public int getCount()

getSeries

public int getSeries()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1997 - 2011 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