XBee-mbed library http://mbed.org/users/okini3939/notebook/xbee-mbed/

Dependents:   device_server_udp led_sender_post XBee_API_ex1 XBee_API_ex2 ... more

Embed: (wiki syntax)

« Back to documentation index

XBee.h File Reference

XBee.h File Reference

XBee-mbed library Modified for mbed, 2011 Suga. More...

Go to the source code of this file.

Data Structures

class  XBeeResponse
 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. More...
class  XBeeAddress64
 Represents a 64-bit XBee Address. More...
class  FrameIdResponse
 This class is extended by all Responses that include a frame id. More...
class  RxDataResponse
 Common functionality for both Series 1 and 2 data RX data packets. More...
class  ZBTxStatusResponse
 Represents a Series 2 TX status packet. More...
class  ZBRxResponse
 Represents a Series 2 RX packet. More...
class  ZBRxIoSampleResponse
 Represents a Series 2 RX I/O Sample packet. More...
class  TxStatusResponse
 Represents a Series 1 TX Status packet. More...
class  RxResponse
 Represents a Series 1 RX packet. More...
class  Rx16Response
 Represents a Series 1 16-bit address RX packet. More...
class  Rx64Response
 Represents a Series 1 64-bit address RX packet. More...
class  RxIoSampleBaseResponse
 Represents a Series 1 RX I/O Sample packet. More...
class  ModemStatusResponse
 Represents a Modem Status RX packet. More...
class  AtCommandResponse
 Represents an AT Command RX packet. More...
class  RemoteAtCommandResponse
 Represents a Remote AT Command RX packet. More...
class  XBeeRequest
 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. More...
class  XBee
 Primary interface for communicating with an XBee Radio. More...
class  PayloadRequest
 All TX packets that support payloads extend this class. More...
class  Tx16Request
 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. More...
class  Tx64Request
 Represents a Series 1 TX packet that corresponds to Api Id: TX_64_REQUEST. More...
class  ZBTxRequest
 Represents a Series 2 TX packet that corresponds to Api Id: ZB_TX_REQUEST. More...
class  AtCommandRequest
 Represents an AT Command TX packet The command is used to configure the serially connected XBee radio. More...
class  RemoteAtCommandRequest
 Represents an Remote AT Command TX packet The command is used to configure a remote XBee radio. More...

Detailed Description

XBee-mbed library Modified for mbed, 2011 Suga.

Copyright (c) 2009 Andrew Rapp. All rights reserved.

This file is part of XBee-Arduino.

XBee-Arduino is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

XBee-Arduino is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with XBee-Arduino. If not, see <http://www.gnu.org/licenses/>. XBee library for mbed

Definition in file XBee.h.