BayEOSArduino Library
|
#include <XBee.h>
Public Member Functions | |
uint8_t * | getCommand () |
uint8_t | getStatus () |
uint8_t * | getValue () |
uint8_t | getValueLength () |
uint16_t | getRemoteAddress16 () |
XBeeAddress64 & | getRemoteAddress64 () |
bool | isOk () |
![]() | |
uint8_t * | getCommand () |
uint8_t | getStatus () |
uint8_t * | getValue () |
uint8_t | getValueLength () |
bool | isOk () |
![]() | |
uint8_t | getFrameId () |
![]() | |
XBeeResponse () | |
uint8_t | getApiId () |
void | setApiId (uint8_t apiId) |
uint8_t | getMsbLength () |
void | setMsbLength (uint8_t msbLength) |
uint8_t | getLsbLength () |
void | setLsbLength (uint8_t lsbLength) |
uint8_t | getChecksum () |
void | setChecksum (uint8_t checksum) |
uint8_t | getFrameDataLength () |
void | setFrameData (uint8_t *frameDataPtr) |
uint8_t * | getFrameData () |
void | setFrameLength (uint8_t frameLength) |
uint16_t | getPacketLength () |
void | reset () |
void | init () |
void | getZBTxStatusResponse (XBeeResponse &response) |
void | getZBRxResponse (XBeeResponse &response) |
void | getZBRxIoSampleResponse (XBeeResponse &response) |
void | getTxStatusResponse (XBeeResponse &response) |
void | getRx16Response (XBeeResponse &response) |
void | getRx64Response (XBeeResponse &response) |
void | getRx16IoSampleResponse (XBeeResponse &response) |
void | getRx64IoSampleResponse (XBeeResponse &response) |
void | getAtCommandResponse (XBeeResponse &responses) |
void | getRemoteAtCommandResponse (XBeeResponse &response) |
void | getModemStatusResponse (XBeeResponse &response) |
bool | isAvailable () |
void | setAvailable (bool complete) |
bool | isError () |
uint8_t | getErrorCode () |
void | setErrorCode (uint8_t errorCode) |
Additional Inherited Members | |
![]() | |
uint8_t * | _frameDataPtr |
Represents a Remote AT Command RX packet
uint8_t * RemoteAtCommandResponse::getCommand | ( | ) |
Returns an array containing the two character command
uint16_t RemoteAtCommandResponse::getRemoteAddress16 | ( | ) |
Returns the 16-bit address of the remote radio
XBeeAddress64 & RemoteAtCommandResponse::getRemoteAddress64 | ( | ) |
Returns the 64-bit address of the remote radio
uint8_t RemoteAtCommandResponse::getStatus | ( | ) |
Returns the command status code. Zero represents a successful command
uint8_t * RemoteAtCommandResponse::getValue | ( | ) |
Returns an array containing the command value. This is only applicable to query commands.
uint8_t RemoteAtCommandResponse::getValueLength | ( | ) |
Returns the length of the command value array.
bool RemoteAtCommandResponse::isOk | ( | ) |
Returns true if command was successful