#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. | |
bool | isOk () |
Returns true if status equals AT_OK. |
uint8_t AtCommandResponse::getStatus | ( | ) |
Returns the command status code.
Zero represents a successful command
Reimplemented in RemoteAtCommandResponse.
uint8_t * AtCommandResponse::getValue | ( | ) |
Returns an array containing the command value.
This is only applicable to query commands.
Reimplemented in RemoteAtCommandResponse.