AWS IoT Device SDK C: Shadow
AWS IoT Device Shadow library
Return to main page ↑
_operationMatchParams_t Struct Reference

First parameter to _shadowOperationMatch. More...

Data Fields

_shadowOperationType_t type
 DELETE, GET, or UPDATE.
 
const char * pThingName
 Thing Name of Shadow operation.
 
size_t thingNameLength
 Length of _operationMatchParams_t.pThingName.
 
const char * pDocument
 Shadow UPDATE response document.
 
size_t documentLength
 Length of _operationMatchParams_t.pDocument.
 

Detailed Description

First parameter to _shadowOperationMatch.


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