XBee-Arduino  0.2
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 CXBeePrimary interface for communicating with an XBee Radio
 CXBeeAddress
 CXBeeAddress64Represents a 64-bit XBee Address
 CXBeeRequestSuper class of all XBee requests (TX packets) Users should never create an instance of this class; instead use an subclass of this class It is recommended to reuse Subclasses of the class to conserve memory This class allocates a buffer to
 CAtCommandRequestRepresents an AT Command TX packet The command is used to configure the serially connected XBee radio
 CRemoteAtCommandRequestRepresents an Remote AT Command TX packet The command is used to configure a remote XBee radio
 CPayloadRequestAll TX packets that support payloads extend this class
 CTx16RequestRepresents a Series 1 TX packet that corresponds to Api Id: TX_16_REQUEST Be careful not to send a data array larger than the max packet size of your radio
 CTx64RequestRepresents a Series 1 TX packet that corresponds to Api Id: TX_64_REQUEST
 CZBTxRequestRepresents a Series 2 TX packet that corresponds to Api Id: ZB_TX_REQUEST
 CXBeeResponseThe super class of all XBee responses (RX packets) Users should never attempt to create an instance of this class; instead create an instance of a subclass It is recommend to reuse subclasses to conserve memory
 CFrameIdResponseThis class is extended by all Responses that include a frame id
 CAtCommandResponseRepresents an AT Command RX packet
 CRemoteAtCommandResponseRepresents a Remote AT Command RX packet
 CTxStatusResponseRepresents a Series 1 TX Status packet
 CZBTxStatusResponseRepresents a Series 2 TX status packet
 CModemStatusResponseRepresents a Modem Status RX packet
 CRxDataResponseCommon functionality for both Series 1 and 2 data RX data packets
 CRxResponseRepresents a Series 1 RX packet
 CRx16ResponseRepresents a Series 1 16-bit address RX packet
 CRx64ResponseRepresents a Series 1 64-bit address RX packet
 CRxIoSampleBaseResponseRepresents a Series 1 RX I/O Sample packet
 CRx16IoSampleResponse
 CRx64IoSampleResponse
 CZBRxResponseRepresents a Series 2 RX packet
 CZBRxIoSampleResponseRepresents a Series 2 RX I/O Sample packet