MQTTSNClientEventHandlers Struct ReferenceMQTT-SN Client

Detailed Description

Structure grouping event callbacks for MQTT-SN client.

Data Fields

MQTTSNOnClientConnected onConnected
 Callback that is called when the client connects to the gateway.
 
MQTTSNOnClientDisconnected onDisconnected
 Callback that is called when the client disconnects from the gateway.
 
MQTTSNOnTopicRegisteredByGateway onTopicRegisteredByGateway
 Callback that is called when the gateway registers a topic.
 

Field Documentation

◆ onConnected

MQTTSNOnClientConnected MQTTSNClientEventHandlers::onConnected

Callback that is called when the client connects to the gateway.

◆ onDisconnected

MQTTSNOnClientDisconnected MQTTSNClientEventHandlers::onDisconnected

Callback that is called when the client disconnects from the gateway.

◆ onTopicRegisteredByGateway

MQTTSNOnTopicRegisteredByGateway MQTTSNClientEventHandlers::onTopicRegisteredByGateway

Callback that is called when the gateway registers a topic.


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