AWS IoT Embedded C Device SDK
Data Fields | Related Functions
ShadowConnectParameters_t Struct Reference

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.
 

Detailed Description

As the Shadow SDK uses MQTT underneath, it could be connected and disconnected on events to save some battery.

Note
Always use the ShadowConnectParametersDefault to initialize this struct

d