Click or drag to resize
AnalogSensorReading Class
Represents an analog sensor reading.
Inheritance Hierarchy
SystemObject
  Microsoft.IoT.DeviceCore.SensorsAnalogSensorReading

Namespace: Microsoft.IoT.DeviceCore.Sensors
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class AnalogSensorReading : IStringable

The AnalogSensorReading type exposes the following members.

Constructors
  NameDescription
Public methodAnalogSensorReading
Initializes a new AnalogSensorReading instance.
Top
Properties
  NameDescription
Public propertyRatio
Gets the ratio of the reading as a percentage of the range.
Public propertyValue
Gets the value of the reading.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also