|
|||||||||
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.zigbee.ZNetRxBaseResponse
com.rapplogic.xbee.api.zigbee.ZNetRxResponse
public class ZNetRxResponse
Series 2 XBee. This packet is received when a remote XBee sends a ZNetTxRequest
API ID: 0x90
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.rapplogic.xbee.api.zigbee.ZNetRxBaseResponse |
---|
ZNetRxBaseResponse.Option |
Constructor Summary | |
---|---|
ZNetRxResponse()
|
Method Summary | |
---|---|
int[] |
getData()
|
void |
parse(IPacketParser parser)
All subclasses must implement to parse the packet from the input stream. |
void |
setData(int[] data)
|
java.lang.String |
toString()
|
Methods inherited from class com.rapplogic.xbee.api.zigbee.ZNetRxBaseResponse |
---|
getOption, getRemoteAddress16, getRemoteAddress64, parseAddress, parseOption, setOption, setRemoteAddress16, setRemoteAddress64 |
Methods inherited from class com.rapplogic.xbee.api.XBeeResponse |
---|
equals, finish, getApiId, getChecksum, getLength, getPacketBytes, getProcessedPacketBytes, getRawPacketBytes, hashCode, isError, setApiId, setChecksum, setError, setLength, setRawPacketBytes |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ZNetRxResponse()
Method Detail |
---|
public int[] getData()
public void setData(int[] data)
public void parse(IPacketParser parser) throws java.io.IOException
XBeeResponse
parse
in class XBeeResponse
java.io.IOException
public java.lang.String toString()
toString
in class ZNetRxBaseResponse
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |