RemoteAtCommandResponse Class Reference

Represents a Remote AT Command RX packet. More...

#include <XBee.h>

Inheritance diagram for RemoteAtCommandResponse:

AtCommandResponse FrameIdResponse XBeeResponse

List of all members.

Public Member Functions

uint8_t * getCommand ()
 Returns an array containing the two character command.
uint8_t getStatus ()
 Returns the command status code.
uint8_t * getValue ()
 Returns an array containing the command value.
uint8_t getValueLength ()
 Returns the length of the command value array.
uint16_t getRemoteAddress16 ()
 Returns the 16-bit address of the remote radio.
XBeeAddress64getRemoteAddress64 ()
 Returns the 64-bit address of the remote radio.
bool isOk ()
 Returns true if command was successful.


Detailed Description

Represents a Remote AT Command RX packet.

Member Function Documentation

uint8_t RemoteAtCommandResponse::getStatus (  ) 

Returns the command status code.

Zero represents a successful command

Reimplemented from AtCommandResponse.

uint8_t * RemoteAtCommandResponse::getValue (  ) 

Returns an array containing the command value.

This is only applicable to query commands.

Reimplemented from AtCommandResponse.


The documentation for this class was generated from the following files:

Generated on Wed Dec 21 17:21:21 2011 for XBee-Arduino by  doxygen 1.5.8