Here are the classes, structs, unions and interfaces with brief descriptions:
| CAtCommandRequest | Represents an AT Command TX packet The command is used to configure the serially connected XBee radio |
| CAtCommandResponse | Represents an AT Command RX packet |
| CFrameIdResponse | This class is extended by all Responses that include a frame id |
| CModemStatusResponse | Represents a Modem Status RX packet |
| CPayloadRequest | All TX packets that support payloads extend this class |
| CRemoteAtCommandRequest | Represents an Remote AT Command TX packet The command is used to configure a remote XBee radio |
| CRemoteAtCommandResponse | Represents a Remote AT Command RX packet |
| CRx16IoSampleResponse | |
| CRx16Response | Represents a Series 1 16-bit address RX packet |
| CRx64IoSampleResponse | |
| CRx64Response | Represents a Series 1 64-bit address RX packet |
| CRxDataResponse | Common functionality for both Series 1 and 2 data RX data packets |
| CRxIoSampleBaseResponse | Represents a Series 1 RX I/O Sample packet |
| CRxResponse | Represents a Series 1 RX packet |
| CTx16Request | Represents 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 |
| CTx64Request | Represents a Series 1 TX packet that corresponds to Api Id: TX_64_REQUEST |
| CTxStatusResponse | Represents a Series 1 TX Status packet |
| CXBee | Primary interface for communicating with an XBee Radio |
| CXBeeAddress | |
| CXBeeAddress64 | Represents a 64-bit XBee Address |
| CXBeeRequest | Super 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 |
| CXBeeResponse | The 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 |
| CZBRxIoSampleResponse | Represents a Series 2 RX I/O Sample packet |
| CZBRxResponse | Represents a Series 2 RX packet |
| CZBTxRequest | Represents a Series 2 TX packet that corresponds to Api Id: ZB_TX_REQUEST |
| CZBTxStatusResponse | Represents a Series 2 TX status packet |