NetBurner 3.5.6
PDF Version
MQTT::TopicHandler Struct Reference

TopicHandler context definition. More...

#include <mqtt.h>

Public Attributes

NBString topicFilter
 Filter used to describe which topics this handler covers.
 
MsgCallback_t handleMsg
 Handler method to call.
 
void * ctx
 User provided extra data passed to the handler method.
 

Detailed Description

TopicHandler context definition.

This struture holds the context information that a Client uses to dispatch recieved messages to the appropriate callback function to handle that message.


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