Skip to content
Ivan Tustanivsky edited this page Sep 16, 2019 · 41 revisions

MQTT Utilities plugin API description

MQTT Client Interface

MQTT Client Interface

MQTT Client Interface represents the object that handles all communication with MQTT broker. It provides a set of methods that allow performing basic operations defined in MQTT protocol.

Creating MQTT Client

Connect

Disconnect

Subscribe

Unsubscribe

Publish

Event handlers

Clone this wiki locally