#include <XBee.h>
Public Member Functions | |
uint8_t | getData (int index) |
Returns the specified index of the payload. | |
uint8_t * | getData () |
Returns the payload array. | |
virtual uint8_t | getDataLength ()=0 |
Returns the length of the payload. | |
virtual uint8_t | getDataOffset ()=0 |
Returns the position in the frame data where the data begins. |
uint8_t * RxDataResponse::getData | ( | ) |
Returns the payload array.
This may be accessed from index 0 to getDataLength() - 1
uint8_t RxDataResponse::getData | ( | int | index | ) |
Returns the specified index of the payload.
The index may be 0 to getDataLength() - 1 This method is deprecated; use uint8_t* getData()