Struct holding arguments for a CONNECT call. More...
#include <core_mqtt_agent.h>
Data Fields | |
MQTTConnectInfo_t * | pConnectInfo |
MQTT CONNECT packet information. | |
MQTTPublishInfo_t * | pWillInfo |
Optional Last Will and Testament. | |
uint32_t | timeoutMs |
Maximum timeout for a CONNACK packet. | |
bool | sessionPresent |
Output flag set if a previous session was present. | |
Struct holding arguments for a CONNECT call.