coreMQTT Agent v1.1.0
Thread safe MQTT 3.1.1 Client
Functions

Functions of the MQTT Agent library<br>

Thread Unsafe Functions

These functions are not thread safe and are designed to be used only by an MQTT agent task - a task dedicated to interfacing with the coreMQTT API.

MQTTAgent_Init
MQTTAgent_CommandLoop
MQTTAgent_ResumeSession
MQTTAgent_CancelAll

Thread Safe Functions

These functions are thread safe and designed to be used by any application task (one that is not the MQTT agent task).

MQTTAgent_Publish
MQTTAgent_Subscribe
MQTTAgent_Unsubscribe
MQTTAgent_Connect
MQTTAgent_Disconnect
MQTTAgent_Ping
MQTTAgent_Terminate