Click or drag to resize
SensorData Properties

The SensorData type exposes the following members.

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