FreeRTOS
|
Parameters to pass into SHADOW_ClientCreate. More...
#include <aws_shadow.h>
Data Fields | |
ShadowMQTTClientType_t | xMQTTClientType |
MQTT Client type. More... | |
MQTTAgentHandle_t | xMQTTClientHandle |
Handle of a shared MQTT client. More... | |
Parameters to pass into SHADOW_ClientCreate.
Definition at line 119 of file aws_shadow.h.
MQTTAgentHandle_t xMQTTClientHandle |
Handle of a shared MQTT client.
If ShadowCreateParams_t.xMQTTClientType is eSharedMQTTClient, set this to the handle of the shared client. This member is ignored if ShadowCreateParams_t.xMQTTClientType is eDedicatedMQTTClient.
Definition at line 135 of file aws_shadow.h.
ShadowMQTTClientType_t xMQTTClientType |
MQTT Client type.
Whether the new Shadow Client will use a shared or dedicated MQTT Client. Currently, only eDedicatedMQTTClient is supported.
Definition at line 127 of file aws_shadow.h.