Click or drag to resize
IAnalogSensorReadingChangedEventArgs Interface
Interface for the AnalogSensorReadingChangedEventArgs class.

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 interface IAnalogSensorReadingChangedEventArgs

The IAnalogSensorReadingChangedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyReading
Gets the current reading of the analog sensors.
Top
See Also