com.rapplogic.xbee.api
Class XBeeFrameIdResponse

java.lang.Object
  extended by com.rapplogic.xbee.api.XBeeResponse
      extended by com.rapplogic.xbee.api.XBeeFrameIdResponse
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AtCommandResponse, TxStatusResponse, ZNetTxStatusResponse

public abstract class XBeeFrameIdResponse
extends XBeeResponse

Represents all XBee responses that contain a frame id

Author:
andrew
See Also:
Serialized Form

Constructor Summary
XBeeFrameIdResponse()
           
 
Method Summary
 int getFrameId()
           
 void setFrameId(int frameId)
           
 java.lang.String toString()
           
 
Methods inherited from class com.rapplogic.xbee.api.XBeeResponse
equals, finish, getApiId, getChecksum, getLength, getPacketBytes, getProcessedPacketBytes, getRawPacketBytes, hashCode, isError, parse, setApiId, setChecksum, setError, setLength, setRawPacketBytes
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XBeeFrameIdResponse

public XBeeFrameIdResponse()
Method Detail

getFrameId

public int getFrameId()

setFrameId

public void setFrameId(int frameId)

toString

public java.lang.String toString()
Overrides:
toString in class XBeeResponse