# Functions
Creating a new MQTT connection Parameter: * topicRoot: common prefix of a MQTT topic for this connection * qualityOfService: the MQTT quality of service for all operations * options: Return: * c: MqttConnection struct, containing a connected MQTT client and the specified parameters.
# Structs
Struct holding the MQTT client and user settings.
Struct holding user settings for the connection.