|
|||||||||
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.wpan.RxBaseResponse
com.rapplogic.xbee.api.wpan.RxResponse
com.rapplogic.xbee.api.wpan.RxResponse64
public class RxResponse64
Series 1 XBee. 64-bit address Receive packet. This packet is received when a remote radio transmits a TxRequest64 packet to this radio's SH + SL address.
Note: MY address must be set to 0xffff to receive this packet type. API ID: 0x80
Constructor Summary | |
---|---|
RxResponse64()
|
Method Summary | |
---|---|
XBeeAddress64 |
getRemoteAddress()
|
void |
parse(IPacketParser parser)
All subclasses must implement to parse the packet from the input stream. |
Methods inherited from class com.rapplogic.xbee.api.wpan.RxResponse |
---|
getData, setData, toString |
Methods inherited from class com.rapplogic.xbee.api.wpan.RxBaseResponse |
---|
getOptions, getRssi, getSourceAddress, isAddressBroadcast, isPanBroadcast, parseBase, setOptions, setRssi, setSourceAddress |
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 RxResponse64()
Method Detail |
---|
public XBeeAddress64 getRemoteAddress()
public void parse(IPacketParser parser) throws java.io.IOException
XBeeResponse
parse
in class RxResponse
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |