|
AWS IoT Embedded C Device SDK
|
Shadow Connect parameters. More...
#include <aws_iot_shadow_interface.h>
Data Fields | |
| char * | pMyThingName |
| Every device has a Thing Shadow and this is the placeholder for name. | |
| char * | pMqttClientId |
| Currently the Shadow uses MQTT to connect and it is important to ensure we have unique client id. | |
Related Functions | |
(Note that these are not member functions.) | |
| const ShadowConnectParameters_t | ShadowConnectParametersDefault |
| This is set to defaults from the configuration file. | |
As the Shadow SDK uses MQTT underneath, it could be connected and disconnected on events to save some battery.
ShadowConnectParametersDefault to initialize this structd
1.8.10