|
Azure IoT middleware for FreeRTOS
|
Connection info for the MQTT client. More...
#include <azure_iot_mqtt.h>
Data Fields | |
| bool | xCleanSession |
| Whether to establish a new, clean session or resume a previous session. | |
| uint16_t | usKeepAliveSeconds |
| MQTT keep alive period, in seconds. | |
| const uint8_t * | pcClientIdentifier |
| MQTT client identifier. Must be unique per client. | |
| uint16_t | usClientIdentifierLength |
| Length of the client identifier. | |
| const uint8_t * | pcUserName |
| MQTT user name. Set to NULL if not used. | |
| uint16_t | usUserNameLength |
| Length of MQTT user name. Set to 0 if not used. or set pcUserName to NULL. | |
| const uint8_t * | pcPassword |
| MQTT password. Set to NULL if not used. | |
| uint16_t | usPasswordLength |
| Length of MQTT password. Set to 0 if not used or set pcPassword to NULL. | |
Connection info for the MQTT client.