SensorChangedEventArgs

Wisej.Hybrid.Shared.Sensors.SensorChangedEventArgs

Namespace: Wisej.Hybrid.Shared.Sensors

Assembly: Wisej.Hybrid (3.5.0.0)

Event arguments containing the current reading.

public class SensorChangedEventArgs : EventArgs

Constructors

Initializes a new instance of SensorChangedEventArgs with the given _args.

NameTypeDescription

type

The type of sensor.

reading

The sensor data reading.

Properties

Object: The current values of the sensor.

SensorType: The type of sensor that changed.

Last updated