AWS IoT Device SDK C:
Shadow
AWS IoT Device Shadow library
|
Return to main page ↑ |
Delete a Thing Shadow with a timeout.
This function queues a Shadow delete, then waits for the result. Internally, this function is a call to AwsIotShadow_DeleteAsync followed by AwsIotShadow_Wait. See AwsIotShadow_DeleteAsync for more information on the Shadow delete operation.
[in] | mqttConnection | The MQTT connection to use for Shadow delete. |
[in] | pThingName | The Thing Name associated with the Shadow to delete. |
[in] | thingNameLength | The length of pThingName . |
[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 delete within this timeout, this function returns AWS_IOT_SHADOW_TIMEOUT. |