Uniot Core
0.8.1
Loading...
Searching...
No Matches
Callback Device

MQTT device implementation that delegates message handling to a callback function. More...

Collaboration diagram for Callback Device:

Classes

class  uniot::CallbackMQTTDevice
 

Detailed Description

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.