Xbee API library with support SPI connection. (use only SPI supported model. see also http://www.digi.com/support/kbase/kbaseresultdetl?id=3362 )

Dependents:   XBeeWiFi_SPI_example

Fork of XBee by Suga koubou

Embed: (wiki syntax)

« Back to documentation index

Data Structures

Data Structures

Here are the data structures with brief descriptions:
AtCommandRequestRepresents an AT Command TX packet The command is used to configure the serially connected XBee radio
AtCommandResponseRepresents an AT Command RX packet
FrameIdResponseThis class is extended by all Responses that include a frame id
IPV4RxFrameRepresents a Wi-Fi RX packet
IPv4TransmitRequestRepresents a Wi-Fi TX packet that corresponds to Api Id: IPv4_TRANSMIT_REQUEST
ModemStatusResponseRepresents a Modem Status RX packet
PayloadRequestAll TX packets that support payloads extend this class
RemoteAtCommandRequestRepresents an Remote AT Command TX packet The command is used to configure a remote XBee radio
RemoteAtCommandResponseRepresents a Remote AT Command RX packet
Rx16ResponseRepresents a Series 1 16-bit address RX packet
Rx64ResponseRepresents a Series 1 64-bit address RX packet
RxDataResponseCommon functionality for both Series 1 and 2 data RX data packets
RxIoSampleBaseResponseRepresents a Series 1 RX I/O Sample packet
RxResponseRepresents a Series 1 RX packet
Transmit_StatusRepresents a Wi-Fi TX status packet
Tx16RequestRepresents 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
Tx64RequestRepresents a Series 1 TX packet that corresponds to Api Id: TX_64_REQUEST
TxStatusResponseRepresents a Series 1 TX Status packet
XBeePrimary interface for communicating with an XBee Radio
XBeeAddress64Represents a 64-bit XBee Address
XBeeRequestSuper 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
XBeeResponseThe 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
XBeeWiFiPrimary interface for communicating with an XBee Wi-Fi
ZBRxIoSampleResponseRepresents a Series 2 RX I/O Sample packet
ZBRxResponseRepresents a Series 2 RX packet
ZBTxRequestRepresents a Series 2 TX packet that corresponds to Api Id: ZB_TX_REQUEST
ZBTxStatusResponseRepresents a Series 2 TX status packet