uMQTT
MQTT client library for microcontrollers
|
Structure to hold callback functions. More...
Data Fields | |
ConnackCb_t | connackCb |
Called when a CONNACK is received. | |
PublishCb_t | publishCb |
Called when PUBLISH packet is received. | |
PubackCb_t | pubackCb |
Called when PUBACK is received. | |
SubackCb_t | subackCb |
Called when SUBACK is received. | |
UnsubackCb_t | unsubackCb |
Called when UNSUBACK is received. | |
PingrespCb_t | pingrespCb |
Called when PINGRESP is received. | |
Structure to hold callback functions.