com.rapplogic.xbee.api.wpan
Class RxResponse64

java.lang.Object
  extended by com.rapplogic.xbee.api.XBeeResponse
      extended by com.rapplogic.xbee.api.wpan.RxBaseResponse
          extended by com.rapplogic.xbee.api.wpan.RxResponse
              extended by com.rapplogic.xbee.api.wpan.RxResponse64
All Implemented Interfaces:
java.io.Serializable

public class RxResponse64
extends RxResponse

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

Author:
andrew
See Also:
Serialized Form

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

RxResponse64

public RxResponse64()
Method Detail

getRemoteAddress

public XBeeAddress64 getRemoteAddress()

parse

public void parse(IPacketParser parser)
           throws java.io.IOException
Description copied from class: XBeeResponse
All subclasses must implement to parse the packet from the input stream. The subclass must parse all bytes in the packet starting after the API_ID, and up to but not including the checksum. Reading either more or less bytes that expected will result in an error.

Overrides:
parse in class RxResponse
Throws:
java.io.IOException