Class ShadowProperties
- Namespace
- nanoFramework.Aws.IoTCore.Devices.Shadows
- Assembly
- nanoFramework.Aws.IoTCore.Devices.dll
Represents Shadow properties
public class ShadowProperties
- Inheritance
-
ShadowProperties
- Inherited Members
- Extension Methods
Remarks
Decodes State and Metadata types.
Constructors
ShadowProperties()
Initializes a new instance of ShadowProperties
public ShadowProperties()
ShadowProperties(Hashtable)
Initializes a new instance of ShadowProperties
public ShadowProperties(Hashtable shadowProperties)
Parameters
shadowProperties
HashtableHashtable for the shadow state properties
Remarks
Decodes State or Metadata properties.
Properties
desired
Gets and sets the Shadow desired properties.
public Hashtable desired { get; set; }
Property Value
reported
Gets and sets the Shadow reported properties.
public Hashtable reported { get; set; }