Click or drag to resize
AnalogSensorGetCurrentReading Method
Gets the current sensor reading.

Namespace: Microsoft.IoT.Devices.Sensors
Assembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AnalogSensorReading GetCurrentReading()

Return Value

Type: AnalogSensorReading
A AnalogSensorReading.

Implements

IAnalogSensorGetCurrentReading
See Also