|
AWS IoT Device SDK C++ v2
1.40.2
AWS IoT Device SDK C++ v2
|
#include <ShadowState.h>
Public Member Functions | |
| ShadowState ()=default | |
| ShadowState (const Crt::JsonView &doc) | |
| ShadowState & | operator= (const Crt::JsonView &doc) |
| void | SerializeToObject (Crt::JsonObject &doc) const |
Public Attributes | |
| Aws::Crt::Optional< Aws::Crt::JsonObject > | Desired |
| Aws::Crt::Optional< Aws::Crt::JsonObject > | Reported |
(Potentially partial) state of an AWS IoT thing's shadow.
|
default |
| Aws::Iotshadow::ShadowState::ShadowState | ( | const Crt::JsonView & | doc | ) |
| ShadowState & Aws::Iotshadow::ShadowState::operator= | ( | const Crt::JsonView & | doc | ) |
| void Aws::Iotshadow::ShadowState::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const |
| Aws::Crt::Optional<Aws::Crt::JsonObject> Aws::Iotshadow::ShadowState::Desired |
The desired shadow state (from external services and devices).
| Aws::Crt::Optional<Aws::Crt::JsonObject> Aws::Iotshadow::ShadowState::Reported |
The (last) reported shadow state from the device.