CustomSensorReadingChangedEventArgs.Reading Property

Definition

Gets the most recent sensor reading.

public:
 property CustomSensorReading ^ Reading { CustomSensorReading ^ get(); };
CustomSensorReading Reading();
public CustomSensorReading Reading { get; }
var customSensorReading = customSensorReadingChangedEventArgs.reading;
Public ReadOnly Property Reading As CustomSensorReading

Property Value

The most recent sensor reading.

Applies to