SensorData Class |
Namespace: Flir.Atlas.Image.Sensors
public class SensorData
The SensorData type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Id |
Gets the sensor ID (Typically BT MAC address).
| |
Label |
Gets the external sensor label.
| |
LabelResource |
Gets the the full label string. example return value for a humidity meter: "RelHumidity|Invalid" and for a temperature meter "Temperature|AirTemperature"
| |
Name |
Gets the descriptive name of the sensor.
| |
OutputUnit |
Gets the current output unit.
| |
Precision |
Gets the Precision for the value. Number of digits that can be used.
| |
ScaleFactor |
Gets the scale factor for the value.
| |
Time |
Gets the time.
| |
Value |
Gets the sensor value.
|