Class Constants
Defines shared constants used in the wrapper
Inherited Members
Namespace: NixUniversalSDK.Wrapper
Assembly: NixUniversalSDK.Wrapper.dll
Syntax
public static class Constants
Fields
EmptyJson
String value returned when serializing an empty / null object to JSON
Declaration
public const string EmptyJson = "{}"
Field Value
Type | Description |
---|---|
string |
TemperatureError
Value reported for temperature measurement error
Declaration
public const float TemperatureError = -2048
Field Value
Type | Description |
---|---|
float |