RxDataResponse Class Reference

Common functionality for both Series 1 and 2 data RX data packets. More...

#include <XBee.h>

Inheritance diagram for RxDataResponse:

XBeeResponse RxResponse ZBRxResponse Rx16Response Rx64Response RxIoSampleBaseResponse ZBRxIoSampleResponse

List of all members.

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.


Detailed Description

Common functionality for both Series 1 and 2 data RX data packets.

Member Function Documentation

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()


The documentation for this class was generated from the following files:

Generated on Wed Dec 21 17:21:21 2011 for XBee-Arduino by  doxygen 1.5.8