Method | Description | |
---|---|---|
ConnectTheDotsSensor ( ) : System |
Default parameterless constructor needed for serialization of the objects of this class
|
|
ConnectTheDotsSensor ( string guid, string measurename, string unitofmeasure ) : System |
Construtor taking parameters guid, measurename and unitofmeasure
|
|
ToJson ( ) : string |
ToJson function is used to convert sensor data into a JSON string to be sent to Azure Event Hub
|
public ConnectTheDotsSensor ( string guid, string measurename, string unitofmeasure ) : System | ||
guid | string | |
measurename | string | |
unitofmeasure | string | |
return | System |