AWS IoT for ESP32 v1.0.0
An ESP-IDF based solution
mqttConfig_st Struct Reference

MQTT configuration structure. More...

#include <lib_mqtt.h>

Data Fields

char * pUriStr
 
char * pCertStr
 
char * pUserNameStr
 
char * pPasswordStr
 

Detailed Description

MQTT configuration structure.

Field Documentation

◆ pCertStr

char* mqttConfig_st::pCertStr

Certificate string

◆ pPasswordStr

char* mqttConfig_st::pPasswordStr

MQTT password

◆ pUriStr

char* mqttConfig_st::pUriStr

MQTT broker URI

◆ pUserNameStr

char* mqttConfig_st::pUserNameStr

MQTT username


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