Class TwinProperties
- Namespace
- nanoFramework.Azure.Devices.Shared
- Assembly
- nanoFramework.Azure.Devices.Client.dll
Represents Twin properties
public class TwinProperties
- Inheritance
-
TwinProperties
- Inherited Members
- Extension Methods
Constructors
TwinProperties()
Initializes a new instance of TwinProperties
public TwinProperties()
TwinProperties(Hashtable, Hashtable)
Initializes a new instance of TwinProperties
public TwinProperties(Hashtable desired, Hashtable reported)
Parameters
desired
HashtableHashtable for the desired properties
reported
HashtableHashtable for the reported properties
Properties
Desired
Gets and sets the Twin desired properties.
public TwinCollection Desired { get; set; }
Property Value
Reported
Gets and sets the Twin reported properties.
public TwinCollection Reported { get; set; }