Namespace XBeeLibrary.Core.Packet.Common
Classes
ATCommandPacket
This class represents an AT Command XBee packet. Packet is built using the parameters of the constructor or providing a valid API payload.
ATCommandQueuePacket
This class represents an AT Command Queue XBee packet. Packet is built using the parameters of the constructor or providing a valid API payload.
ATCommandResponsePacket
This class represents an AT Command Response packet. Packet is built using the parameters of the constructor or providing a valid API payload.
ExplicitAddressingPacket
This class represents an Explicit Addressing Command packet. Packet is built using the parameters of the constructor or providing a valid API payload.
ExplicitRxIndicatorPacket
This class represents an Explicit RX Indicator packet. Packet is built using the parameters of the constructor or providing a valid API payload.
IODataSampleRxIndicatorPacket
This class represents an IO Data Sample RX Indicator packet. Packet is built using the parameters of the constructor or providing a valid API payload.
ModemStatusPacket
This class represents a Modem Status packet. Packet is built using the parameters of the constructor or providing a valid API payload.
ReceivePacket
This class represents a Receive Packet. Packet is built using the parameters of the constructor or providing a valid API payload.
RemoteATCommandPacket
This class represents a Remote AT Command Request packet. Packet is built using the parameters of the constructor or providing a valid API payload.
RemoteATCommandResponsePacket
This class represents a Remote AT Command Response packet. Packet is built using the parameters of the constructor or providing a valid API payload.
TransmitPacket
This class represents a Transmit Packet. Packet is built using the parameters of the constructor or providing a valid API payload.
TransmitStatusPacket
This class represents a Transmit Status Packet. Packet is built using the parameters of the constructor or providing a valid API payload.