Skip to main content

SensorChangedEventArgs

Namespace: Wisej.Hybrid.Shared.Sensors

Assembly: Wisej.Hybrid

Event arguments containing the current reading.

public class SensorChangedEventArgs : EventArgs

Constructors

Instance memberSensorChangedEventArgs(type, reading)

Initializes a new instance of SensorChangedEventArgs with the given _args.

NameTypeDescription
typeSensorTypeThe type of sensor.
readingObjectThe sensor data reading.

Properties

Instance memberData

Object: The current values of the sensor.

Instance memberSensor

SensorType: The type of sensor that changed.