AWS IoT for ESP32 v1.0.0
An ESP-IDF based solution
|
MQTT configuration structure. More...
#include <lib_mqtt.h>
Data Fields | |
char * | pUriStr |
char * | pCertStr |
char * | pUserNameStr |
char * | pPasswordStr |
MQTT configuration structure.
char* mqttConfig_st::pCertStr |
Certificate string
char* mqttConfig_st::pPasswordStr |
MQTT password
char* mqttConfig_st::pUriStr |
MQTT broker URI
char* mqttConfig_st::pUserNameStr |
MQTT username