Namespace XBeeLibrary.Core.Packet
Classes
APIFrameTypeExtensions
UnknownXBeePacket
This class represents an 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 an XBeePacket which can be casted later to the corresponding high level specific API packet.
Enums
APIFrameType
This enumeration lists all the available frame types used in any XBee protocol.