Table of Contents

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 Hashtable

Hashtable for the desired properties

reported Hashtable

Hashtable for the reported properties

Properties

Desired

Gets and sets the Twin desired properties.

public TwinCollection Desired { get; set; }

Property Value

TwinCollection

Reported

Gets and sets the Twin reported properties.

public TwinCollection Reported { get; set; }

Property Value

TwinCollection