Package edu.uiuc.cs.seclab.modem.xbee

Interface Summary
MaxstreamModem  
XBeeApiPacketVisitor Visitor interface for handling all types of XBee API packets
XBeeEnumParamCmd Define additional requirements for enumeration-based parameter commands
XBeeModemDebugListener Handler for low-level events on XBee modem
XBeeModemRecvListener Object that receives processed packets from an XBee modem
 

Class Summary
MaxstreamParams  
XBee16Address 16-bit XBee address
XBee2AdvStatusPacketImpl Advanced status packet supported by XBee Series 2 [64-bit addr][16-bit addr][type][join action][bind table idx][bind type]
XBee2BindingCmdPacketImpl XBee Series 2 explicit addressing request
XBee2BindingRxPacketImpl Received packet
XBee2ExplicitRxPacketImpl Received packet
XBee2ExplicitTxPacketImpl XBee Series 2 explicit addressing request
XBee2ZigBeeTxOptions Options to be passed to XBeeTxPacket
XBee64Address  
XBeeAddress Address used by XBee modem
XBeeApiPacket API-mode packet for XBee modems
XBeeApiPacketImpl Abstract XBee API-mode packet implementation
XBeeAtCmd Abstract AT command for XBee modem.
XBeeAtCmdTxn Associate a command with one or more responses (depending on command).
XBeeAtPacketImpl  
XBeeAtRespPacketImpl  
XBeeBlockingReceiver Class that buffers packets asynchronously received from a modem and allows other routines to block on its recv call.
XBeeBoolParamCmd Many byte parameters actually represent boolean values.
XBeeByteParamCmd  
XBeeInputStream  
XBeeIntParamCmd  
XBeeModem  
XBeeModemDebugEvent Low-level XBee modem event
XBeeNumParamCmd XBee commands that set a parameter as their sole purpose
XBeeOutPktImpl Outgoing packet, associated with frame ID.
XBeeOutputStream Send a stream of data to another node with a fixed address
XBeeParamCmd Abstract parameter read/write command.
XBeeParams Parameters and requirements for Maxstream XBee-PRO modules
XBeeRxPacketImpl Received packet
XBeeShortParamCmd  
XBeeSpecialCmd Any command that does not set a parameter as its sole purpose, and is thus unsuitable for insertion into a list of parameter-setting commands.
XBeeStatusPacketImpl Status packet
XBeeStringParamCmd Abstract string parameter
XBeeTxn XBee modem transaction.
XBeeTxnCoord Coordinates the execution of a list of AT commands.
XBeeTxPacket  
XBeeTxPacketImpl  
XBeeTxStatPacketImpl 802.15.4 transmission status packet
XBeeTxStatPktImpl  
XBeeTxTxn XBee transmission transaction
XBeeZbTxStatPacketImpl ZigBee transmission status packet
 

Enum Summary
XBee2AdvStatusPacketImpl.BindType  
XBee2AdvStatusPacketImpl.JoinAction  
XBee2AdvStatusPacketImpl.NodeType  
XBeeAtCmd.Mode Specifies what mode should be used to execute command.
XBeeAtRespPacketImpl.AtStatus  
XBeeModemDebugEvent.Type  
XBeeNumParamCmd.Representation  
XBeeStatusPacketImpl.StatusValue  
XBeeTxStatPacketImpl.Status  
XBeeZbTxStatPacketImpl.DeliveryStatus  
XBeeZbTxStatPacketImpl.DiscoveryStatus