Adafruit IO Arduino Library
AdafruitIO_MQTT.h
Go to the documentation of this file.
1 
15 #ifndef ADAFRUITIO_MQTT_H
16 #define ADAFRUITIO_MQTT_H
17 
18 #include "Arduino.h"
19 
20 /**************************************************************************/
24 /**************************************************************************/
26 
27 public:
28  AdafruitIO_MQTT() {}
29  /**************************************************************************/
38  /**************************************************************************/
39  virtual void subCallback(char *val, uint16_t len) = 0;
40 };
41 
42 #endif // ADAFRUITIO_MQTT_H
virtual void subCallback(char *val, uint16_t len)=0
Creates an instance of a MQTT subscription callback.
Class that contains MQTT subscription callbacks.
Definition: AdafruitIO_MQTT.h:25