Click or drag to resize
SensorData Class
This class represents an Sensor data object.
Inheritance Hierarchy
SystemObject
  Flir.Atlas.Image.SensorsSensorData

Namespace: Flir.Atlas.Image.Sensors
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public class SensorData

The SensorData type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyId
Gets the sensor ID (Typically BT MAC address).
Public propertyLabel
Gets the external sensor label.
Public propertyLabelResource
Gets the the full label string. example return value for a humidity meter: "RelHumidity|Invalid" and for a temperature meter "Temperature|AirTemperature"
Public propertyName
Gets the descriptive name of the sensor.
Public propertyOutputUnit
Gets the current output unit.
Public propertyPrecision
Gets the Precision for the value. Number of digits that can be used.
Public propertyScaleFactor
Gets the scale factor for the value.
Public propertyTime
Gets the time.
Public propertyValue
Gets the sensor value.
Top
See Also