|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rapplogic.xbee.api.XBeeResponse
com.rapplogic.xbee.api.XBeeFrameIdResponse
public abstract class XBeeFrameIdResponse
Represents all XBee responses that contain a frame id
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 |
---|
public XBeeFrameIdResponse()
Method Detail |
---|
public int getFrameId()
public void setFrameId(int frameId)
public java.lang.String toString()
toString
in class XBeeResponse
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |