Struct holding arguments for a CONNECT call.
More...
#include <core_mqtt_agent.h>
|
|
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.
|
|
MQTTPropBuilder_t * | pProperties |
| | Optional MQTT v5 connect properties.
|
|
const MQTTPropBuilder_t * | pWillProperties |
| | Optional MQTT v5 will properties.
|
Struct holding arguments for a CONNECT call.
The documentation for this struct was generated from the following file: