Adafruit IO Arduino Library
src
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
/**************************************************************************/
25
class
AdafruitIO_MQTT
{
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
AdafruitIO_MQTT::subCallback
virtual void subCallback(char *val, uint16_t len)=0
Creates an instance of a MQTT subscription callback.
AdafruitIO_MQTT
Class that contains MQTT subscription callbacks.
Definition:
AdafruitIO_MQTT.h:25
Generated by
1.8.13