Documentation Index

October 14, 2018 ยท View on GitHub

Format of the MQTT Server INI file

Server command line parameters

A checklist of MQTT 3.1.1 specification requirements

Source Code Documentation

DocumentDescription
MQTTConsts.pasGlobal types, error messages and string constants
TMQTTClientThe main MQTT client component
TMQTTClientSubscriptionListMaintains the list of client subscriptions
TMQTTClientSubscriptionA component that represents a client subscription
TMQTTClientPublisherListMaintains the list of client publishers
TMQTTClientPublisherA component that represents a client publisher
TMQTTTokenizerThe topic name/filter parser and validator
TMQTTTokenA token used by the TMQTTTokenizer
TMQTTSubscriptionListA set of TMQTTSubscription objects
TMQTTSubscriptionRepresents a subscription on the server
MQTTPackets.pasDefines MQTT packet base classes and utility classes. Used internally for parsing packets
MQTTPacketDefs.pasDefines MQTT packet structure and validation constraints according to MQTT 3.1.1