Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 948 Bytes

ihumanpresencesensorextension_processreading_1396978893.md

File metadata and controls

30 lines (18 loc) · 948 Bytes
-api-id -api-type
M:Windows.Devices.Sensors.IHumanPresenceSensorExtension.ProcessReading(Windows.Devices.Sensors.HumanPresenceSensorReading)
winrt method

Windows.Devices.Sensors.IHumanPresenceSensorExtension.ProcessReading(Windows.Devices.Sensors.HumanPresenceSensorReading)

-description

Updates a HumanPresenceSensor reading from the sensor stack and returns an updated reading to the sensor stack for processing.

-param Reading

The HumanPresenceSensor reading.

-returns

The updated HumanPresenceSensor reading.

-remarks

This method will not be called for a new sensor reading until any previous sensor reading has been processed or timed out.

-see-also

-examples