| Class | Description | 
|---|---|
| GenericXBeePacket | 
 This class represents a basic and Generic XBee packet where the payload is
 set as a byte array without a defined structure. 
 | 
| UnknownXBeePacket | 
 This class represents a basic and unknown XBee packet where the payload is
 set as a byte array without a defined structure. 
 | 
| XBeeAPIPacket | 
 This abstract class provides the basic structure of a ZigBee API frame. 
 | 
| XBeeChecksum | 
 This class stores, computes and verifies the checksum of the API packets. 
 | 
| XBeePacket | 
 This abstract class represents the basic structure of an XBee packet. 
 | 
| XBeePacketParser | 
 This class reads and parses XBee packets from the input stream returning
 a generic  
XBeePacket which can be casted later to the corresponding 
 high level specific API packet. | 
| Enum | Description | 
|---|---|
| APIFrameType | 
 This enumeration lists all the available frame types used in any XBee 
 protocol. 
 | 
© Copyright 2014–2014 Digi International Inc. All rights reserved.