AWS IoT Device SDK C:
Shadow
AWS IoT Device Shadow library
|
Return to main page ↑ |
Send a Thing Shadow update with a timeout.
This function queues a Shadow update, then waits for the result. Internally, this function is a call to AwsIotShadow_UpdateAsync followed by AwsIotShadow_Wait. See AwsIotShadow_UpdateAsync for more information on the Shadow update operation.
[in] | mqttConnection | The MQTT connection to use for Shadow update. |
[in] | pUpdateInfo | Shadow document parameters. |
[in] | flags | Flags which modify the behavior of this function. See Shadow Function Flags. |
[in] | timeoutMs | If the Shadow service does not respond to the Shadow update within this timeout, this function returns AWS_IOT_SHADOW_TIMEOUT. |