Enumerated types of the Shadow library. More...
Enumerations | |
enum | ShadowMessageType_t { ShadowMessageTypeGetAccepted = 0 , ShadowMessageTypeGetRejected , ShadowMessageTypeDeleteAccepted , ShadowMessageTypeDeleteRejected , ShadowMessageTypeUpdateAccepted , ShadowMessageTypeUpdateRejected , ShadowMessageTypeUpdateDocuments , ShadowMessageTypeUpdateDelta , ShadowMessageTypeMaxNum } |
Each of these values describes the type of a shadow message. https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html. | |
enum | ShadowTopicStringType_t { ShadowTopicStringTypeGet = 0 , ShadowTopicStringTypeGetAccepted , ShadowTopicStringTypeGetRejected , ShadowTopicStringTypeDelete , ShadowTopicStringTypeDeleteAccepted , ShadowTopicStringTypeDeleteRejected , ShadowTopicStringTypeUpdate , ShadowTopicStringTypeUpdateAccepted , ShadowTopicStringTypeUpdateRejected , ShadowTopicStringTypeUpdateDocuments , ShadowTopicStringTypeUpdateDelta , ShadowTopicStringTypeMaxNum } |
Each of these values describes the type of a shadow topic string. More... | |
enum | ShadowStatus_t { SHADOW_SUCCESS = 0 , SHADOW_FAIL , SHADOW_BAD_PARAMETER , SHADOW_BUFFER_TOO_SMALL , SHADOW_THINGNAME_PARSE_FAILED , SHADOW_SHADOW_MESSAGE_TYPE_PARSE_FAILED } |
Return codes from Shadow functions. More... | |
Enumerated types of the Shadow library.
Each of these values describes the type of a shadow topic string.
These are used for topicType parameter of Shadow_GetTopicString() to tell it what topic string to assemble.
enum ShadowStatus_t |
Return codes from Shadow functions.