Microchip® Advanced Software Framework

mqtt_client_pool Struct Reference

#include <mqtt.h>

Data Fields

MQTTClient client
 Client allocated for an instance. More...
 
struct mqtt_modulemqtt_instance
 MQTT instance associated with the client. More...
 

MQTTClient mqtt_client_pool::client

Client allocated for an instance.

Referenced by allocateClient().

struct mqtt_module* mqtt_client_pool::mqtt_instance

MQTT instance associated with the client.

Referenced by allocateClient(), deAllocateClient(), and isMQTTSocket().