SensorBase(Of TSensorReading).CurrentValue Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets an object that implements ISensorReading that contains the current value of the sensor. This object will be one of the following types, depending on which sensor is being referenced: AccelerometerReading, CompassReading, GyroscopeReading, MotionReading.
Assembly: Microsoft.Devices.Sensors (in Microsoft.Devices.Sensors.dll)
Property Value
Type: TSensorReadingAn object that implements ISensorReading that contains the current value of the sensor.
If the sensor is not present, a System.InvalidOperationException is thrown when you access this property. Before accessing this property, use the IsSupported property for the particular sensor to determine if the device is present and handle the InvalidOpertionException gracefully in case that sensor does not exist.