|
|||||||||
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.GenericResponse
public class GenericResponse
Container for unknown response
Constructor Summary | |
---|---|
GenericResponse()
|
Method Summary | |
---|---|
int |
getGenericApiId()
|
void |
parse(IPacketParser parser)
All subclasses must implement to parse the packet from the input stream. |
void |
setGenericApiId(int genericApiId)
|
Methods inherited from class com.rapplogic.xbee.api.XBeeResponse |
---|
equals, finish, getApiId, getChecksum, getLength, getPacketBytes, getProcessedPacketBytes, getRawPacketBytes, hashCode, isError, setApiId, setChecksum, setError, setLength, setRawPacketBytes, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GenericResponse()
Method Detail |
---|
public int getGenericApiId()
public void setGenericApiId(int genericApiId)
public void parse(IPacketParser parser) throws java.io.IOException
XBeeResponse
parse
in class XBeeResponse
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |