#include <XBee.h>
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. | |
XBeeAddress64 & | getRemoteAddress64 () |
Returns the 64-bit address of the remote radio. | |
bool | isOk () |
Returns true if command was successful. |
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.