Click or drag to resize
AnalogSensorReadingChangedEventArgs Class
Provides data for the ReadingChanged event.
Inheritance Hierarchy
SystemObject
  Microsoft.IoT.DeviceCore.SensorsAnalogSensorReadingChangedEventArgs

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 AnalogSensorReadingChangedEventArgs : IAnalogSensorReadingChangedEventArgs, 
	IStringable

The AnalogSensorReadingChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodAnalogSensorReadingChangedEventArgs
Initializes a new AnalogSensorReadingChangedEventArgs
Top
Properties
  NameDescription
Public propertyReading
Gets the current reading of the analog sensor.
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