For the complete documentation index, see llms.txt. This page is also available as Markdown.

Supported connection types

Below are the supported connection types:

  • TRANSCEIVER is a universal connection type used both for sending and receiving packets. It is recommended for use;

  • TRANSMITTER is a connection type used only for sending packets to the server, but not receiving them.

  • RECEIVER is a connection type used to receive packets only, but not to send them.

⚠️IMPORTANT:

To receive delivery reports, use the TRANSCEIVER connection.

Last updated