FreeRTOS
Data Fields
ShadowCreateParams Struct Reference

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...
 

Detailed Description

Parameters to pass into SHADOW_ClientCreate.

Definition at line 119 of file aws_shadow.h.

Field Documentation

◆ xMQTTClientHandle

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.

◆ xMQTTClientType

ShadowMQTTClientType_t xMQTTClientType

MQTT Client type.

Whether the new Shadow Client will use a shared or dedicated MQTT Client. Currently, only eDedicatedMQTTClient is supported.

See also
ShadowMQTTClientType.

Definition at line 127 of file aws_shadow.h.


The documentation for this struct was generated from the following file: