Deprecated API


Contents
Deprecated Methods
com.rapplogic.xbee.api.RemoteAtResponse.getCommandData()
          use getValue instead 
com.rapplogic.xbee.api.RemoteAtResponse.getCommandName()
          use getCommand instead 
com.rapplogic.xbee.api.XBeePacket.getPacket()
          use getByteArray 
com.rapplogic.xbee.api.XBeeResponse.getPacketBytes()
          Use getRawPacketBytes instead 
com.rapplogic.xbee.api.XBee.sendAtCommand(AtCommand)
          Use this.sendSynchronous(command, timeout); 
com.rapplogic.xbee.util.ByteUtils.toChar(int[])
          use toString(int[] arr)