BayEOSArduino Library
|
#include <XBee.h>
Public Member Functions | |
AtCommandRequest (uint8_t *command) | |
AtCommandRequest (uint8_t *command, uint8_t *commandValue, uint8_t commandValueLength) | |
uint8_t | getFrameData (uint8_t pos) |
uint8_t | getFrameDataLength () |
uint8_t * | getCommand () |
void | setCommand (uint8_t *command) |
uint8_t * | getCommandValue () |
void | setCommandValue (uint8_t *command) |
uint8_t | getCommandValueLength () |
void | setCommandValueLength (uint8_t length) |
void | clearCommandValue () |
![]() | |
XBeeRequest (uint8_t apiId, uint8_t frameId) | |
void | setFrameId (uint8_t frameId) |
uint8_t | getFrameId () |
uint8_t | getApiId () |
Additional Inherited Members | |
![]() | |
void | setApiId (uint8_t apiId) |
Represents an AT Command TX packet The command is used to configure the serially connected XBee radio
void AtCommandRequest::clearCommandValue | ( | ) |
Clears the optional commandValue and commandValueLength so that a query may be sent
|
virtual |
Starting after the frame id (pos = 0) and up to but not including the checksum Note: Unlike Digi's definition of the frame data, this does not start with the API ID. The reason for this is the API ID and Frame ID are common to all requests, whereas my definition of frame data is only the API specific data.
Implements XBeeRequest.
Reimplemented in RemoteAtCommandRequest.
|
virtual |
Returns the size of the api frame (not including frame id or api id or checksum).
Implements XBeeRequest.
Reimplemented in RemoteAtCommandRequest.