#pragma once #include class MqttReceiver { public: virtual void onMqttDataReceived(char*& topic, byte*& payload, unsigned int& length) = 0; };