Class SensorRange
Sensor Range
public class SensorRange
- Inheritance
-
SensorRange
- Inherited Members
Constructors
SensorRange()
public SensorRange()
Properties
Color
Color associated with this sensor range
public Color Color { get; }
Property Value
Max
Gets the max
public double? Max { get; set; }
Property Value
Min
Gets the min
public double? Min { get; set; }
Property Value
Name
Gets the name
public string Name { get; set; }
Property Value
Type
Gets the type
public SensorRangeType Type { get; set; }