Class PropertyAcknowledge
- Namespace
- nanoFramework.Azure.Devices.Client
- Assembly
- nanoFramework.Azure.Devices.Client.dll
Property
public class PropertyAcknowledge
- Inheritance
-
PropertyAcknowledge
- Inherited Members
- Extension Methods
Constructors
PropertyAcknowledge()
public PropertyAcknowledge()
Properties
Description
Gets or sets the Description.
public string Description { get; set; }
Property Value
Status
Gets or sets the status;
public PropertyStatus Status { get; set; }
Property Value
Value
The value to report.
public object Value { get; set; }
Property Value
Version
Gets or sets the version.
public int Version { get; set; }
Property Value
Methods
BuildAcknowledge()
Bluid the acknowledge to return to IoT plug and play.
public Hashtable BuildAcknowledge()
Returns
- Hashtable
A hashtable that will be serialized.