This interface invokes callback functions to receive data and/or a detailed response. To register for the event(s), call the setMQTTDeviceStatusMonitoring() function with the name of a class that implements the IMQTTDeviceStatusCallback interface.
This event is called when a device is connected to the MQTT broker.
void OnConnected(String deviceAddress);deviceAddress
Device address.
Return Value: None
This event is called when a device is disconnected from the MQTT broker.
void OnDisconnected(String deviceAddress);deviceAddress
Device address.
Return Value: None

