com.rapplogic.xbee.api
Class AtCommandQueue

java.lang.Object
  extended by com.rapplogic.xbee.api.XBeeRequest
      extended by com.rapplogic.xbee.api.AtCommand
          extended by com.rapplogic.xbee.api.AtCommandQueue
All Implemented Interfaces:
java.io.Serializable

public class AtCommandQueue
extends AtCommand

AT Command Queue

API ID: 0x9

Author:
andrew
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.rapplogic.xbee.api.XBeeRequest
DEFAULT_FRAME_ID, NO_RESPONSE_FRAME_ID
 
Constructor Summary
AtCommandQueue(java.lang.String command)
           
AtCommandQueue(java.lang.String command, int[] value, int frameId)
           
 
Method Summary
 ApiId getApiId()
           
 
Methods inherited from class com.rapplogic.xbee.api.AtCommand
getCommand, getFrameData, getValue, setCommand, setValue, toString
 
Methods inherited from class com.rapplogic.xbee.api.XBeeRequest
getFrameId, getXBeePacket, setApiId, setFrameId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AtCommandQueue

public AtCommandQueue(java.lang.String command)

AtCommandQueue

public AtCommandQueue(java.lang.String command,
                      int[] value,
                      int frameId)
Method Detail

getApiId

public ApiId getApiId()
Overrides:
getApiId in class AtCommand