SensorChangedEventArgs
Namespace: Wisej.Hybrid.Shared.Sensors
Assembly: Wisej.Hybrid
Event arguments containing the current reading.
- C#
- VB.NET
public class SensorChangedEventArgs : EventArgs
Public Class SensorChangedEventArgs
Inherits EventArgs
Constructors
SensorChangedEventArgs(type, reading)
Initializes a new instance of SensorChangedEventArgs with the given _args.
| Name | Type | Description |
|---|---|---|
| type | SensorType | The type of sensor. |
| reading | Object | The sensor data reading. |
Properties
Data
Object: The current values of the sensor.
Sensor
SensorType: The type of sensor that changed.