NetBurner 3.5.6
PDF Version |
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. | |
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.