![]() |
|
Uniot Core
|
| 0.8.1 |
MQTT device implementation that delegates message handling to a callback function. More...
Classes | |
| class | uniot::CallbackMQTTDevice |
MQTT device implementation that delegates message handling to a callback function.
CallbackMQTTDevice extends the base MQTTDevice class by allowing the user to provide a custom handler function that will be called whenever an MQTT message is received. This enables flexible message processing without subclassing.