Adafruit IO Arduino Library
Public Member Functions | List of all members
AdafruitIO_MQTT Class Referenceabstract

Class that contains MQTT subscription callbacks. More...

#include <AdafruitIO_MQTT.h>

Inheritance diagram for AdafruitIO_MQTT:
AdafruitIO_Feed AdafruitIO_Group AdafruitIO_Time

Public Member Functions

virtual void subCallback (char *val, uint16_t len)=0
 Creates an instance of a MQTT subscription callback. More...
 

Detailed Description

Class that contains MQTT subscription callbacks.

Member Function Documentation

◆ subCallback()

virtual void AdafruitIO_MQTT::subCallback ( char *  val,
uint16_t  len 
)
pure virtual

Creates an instance of a MQTT subscription callback.

Parameters
valValue from the MQTT subscription callback.
lenLength of returned value.
Returns
True

Implemented in AdafruitIO_Feed, AdafruitIO_Group, and AdafruitIO_Time.


The documentation for this class was generated from the following file: