AWS IoT Device SDK C:
Shadow
AWS IoT Device Shadow library
|
Return to main page ↑ |
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. | |
First parameter to _shadowOperationMatch.