Class Dict
Defines constant dictionary keys used in measurement processing.
public class Dict
- Inheritance
-
Dict
- Inherited Members
Fields
AIR
JSON key 'air'.
public const string AIR = "air"
Field Value
COMMENT
JSON key 'comment'.
public const string COMMENT = "comment"
Field Value
CONCENTRATION
JSON key 'concentration'.
public const string CONCENTRATION = "concentration"
Field Value
DARK
JSON key 'dark'.
public const string DARK = "dark"
Field Value
DATE_TIME
JSON key 'data_time'.
public const string DATE_TIME = "date_time"
Field Value
ERRORS
JSON key 'errors'.
public const string ERRORS = "errors"
Field Value
FIRMWAREVERSION
JSON key 'firmwareVersion'.
public const string FIRMWAREVERSION = "firmwareVersion"
Field Value
LED_POWER
JSON key 'ledPower'.
public const string LED_POWER = "ledPower"
Field Value
LOGGING
JSON key 'logging'.
public const string LOGGING = "logging"
Field Value
MAX_MEASUREMENT
JSON key 'max_measurement'.
public const string MAX_MEASUREMENT = "max_measurement"
Field Value
MEASURE
JSON key 'measure'.
public const string MEASURE = "measure"
Field Value
MEASUREMENTS
JSON key 'measurements'.
public const string MEASUREMENTS = "measurements"
Field Value
MIN_MEASUREMENT
JSON key 'min_measurement'.
public const string MIN_MEASUREMENT = "min_measurement"
Field Value
PRODUCTIONNUMBER
JSON key 'productionnumber'.
public const string PRODUCTIONNUMBER = "productionnumber"
Field Value
RESULTS
JSON key 'results'.
public const string RESULTS = "results"
Field Value
SAMPLE
JSON key 'sample'.
public const string SAMPLE = "sample"
Field Value
SELFTEST
JSON key 'selftest'.
public const string SELFTEST = "selftest"
Field Value
SELFTEST_COMUNICATION_ERROR
JSON key 'comunicationerror'.
public const string SELFTEST_COMUNICATION_ERROR = "comunicationerror"
Field Value
SELFTEST_RESULT
JSON key 'result'.
public const string SELFTEST_RESULT = "result"
Field Value
SERIALNUMBER
JSON key 'serialnumber'.
public const string SERIALNUMBER = "serialnumber"
Field Value
VALID
JSON key 'valid'.
public const string VALID = "valid"
Field Value
VALUE
JSON key 'value'.
public const string VALUE = "value"
Field Value
VALUES
JSON key 'values'.
public const string VALUES = "values"