kopia lustrzana https://github.com/Yakifo/amqtt
530 B
530 B
Common API
This document describes aMQTT common API both used by MQTT Client and Broker.
Reference
ApplicationMessage
The amqtt.session module provides the following message classes:
ApplicationMessage
Base class for MQTT application messages.
IncomingApplicationMessage
Inherits from ApplicationMessage. Represents messages received from MQTT clients.
OutgoingApplicationMessage
Inherits from ApplicationMessage. Represents messages to be sent to MQTT clients.