Namespace XBeeLibrary.Core.Packet.IP
Classes
RXIPv4Packet
This class represents an RX (Receive) IPv4 packet. Packet is built using the parameters of the constructor or providing a valid API payload.
TXIPv4Packet
This class represents a TX (Transmit) IPv4 packet. Packet is built using the parameters of the constructor or providing a valid API payload.
TXTLSProfilePacket
This class represents a TX (Transmit) request with TLS profile packet. The packet implies the use of TLS and behaves similar to the TX Request (0x20) frame, with the protocol field replaced with a TLS Profile field to choose from the profiles configured with the $0, $1, and $2 configuration commands. Packet is built using the parameters of the constructor or providing a valid API payload.