kopia lustrzana https://github.com/Yakifo/amqtt
577 B
577 B
Common API
This document describes aMQTT
common API both used by MQTT Client and Broker.
ApplicationMessage
::: amqtt.session.ApplicationMessage options: heading_level: 3
IncomingApplicationMessage
Represents messages received from MQTT clients.
::: amqtt.session.IncomingApplicationMessage options: heading_level: 3
OutgoingApplicationMessage
Inherits from ApplicationMessage. Represents messages to be sent to MQTT clients.
::: amqtt.session.OutgoingApplicationMessage options: heading_level: 3