Table of Contents

Class Dict

Namespace
Hse.EviFluor
Assembly
Hseagcom.EviFluor.dll

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

string

COMMENT

JSON key 'comment'.

public const string COMMENT = "comment"

Field Value

string

CONCENTRATION

JSON key 'concentration'.

public const string CONCENTRATION = "concentration"

Field Value

string

DARK

JSON key 'dark'.

public const string DARK = "dark"

Field Value

string

DATE_TIME

JSON key 'data_time'.

public const string DATE_TIME = "date_time"

Field Value

string

ERRORS

JSON key 'errors'.

public const string ERRORS = "errors"

Field Value

string

FIRMWAREVERSION

JSON key 'firmwareVersion'.

public const string FIRMWAREVERSION = "firmwareVersion"

Field Value

string

LED_POWER

JSON key 'ledPower'.

public const string LED_POWER = "ledPower"

Field Value

string

LOGGING

JSON key 'logging'.

public const string LOGGING = "logging"

Field Value

string

MAX_MEASUREMENT

JSON key 'max_measurement'.

public const string MAX_MEASUREMENT = "max_measurement"

Field Value

string

MEASURE

JSON key 'measure'.

public const string MEASURE = "measure"

Field Value

string

MEASUREMENTS

JSON key 'measurements'.

public const string MEASUREMENTS = "measurements"

Field Value

string

MIN_MEASUREMENT

JSON key 'min_measurement'.

public const string MIN_MEASUREMENT = "min_measurement"

Field Value

string

PRODUCTIONNUMBER

JSON key 'productionnumber'.

public const string PRODUCTIONNUMBER = "productionnumber"

Field Value

string

RESULTS

JSON key 'results'.

public const string RESULTS = "results"

Field Value

string

SAMPLE

JSON key 'sample'.

public const string SAMPLE = "sample"

Field Value

string

SELFTEST

JSON key 'selftest'.

public const string SELFTEST = "selftest"

Field Value

string

SELFTEST_COMUNICATION_ERROR

JSON key 'comunicationerror'.

public const string SELFTEST_COMUNICATION_ERROR = "comunicationerror"

Field Value

string

SELFTEST_RESULT

JSON key 'result'.

public const string SELFTEST_RESULT = "result"

Field Value

string

SERIALNUMBER

JSON key 'serialnumber'.

public const string SERIALNUMBER = "serialnumber"

Field Value

string

VALID

JSON key 'valid'.

public const string VALID = "valid"

Field Value

string

VALUE

JSON key 'value'.

public const string VALUE = "value"

Field Value

string

VALUES

JSON key 'values'.

public const string VALUES = "values"

Field Value

string