IHumanPresenceSensorExtensionPlugin.ProcessReading Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates a HumanPresenceSensor reading from the sensor stack and returns an updated reading to the sensor stack for processing.
public:
HumanPresenceSensorReadingUpdate ^ ProcessReading(HumanPresenceSensorReading ^ Reading);
HumanPresenceSensorReadingUpdate ProcessReading(HumanPresenceSensorReading const& Reading);
public HumanPresenceSensorReadingUpdate ProcessReading(HumanPresenceSensorReading Reading);
function processReading(Reading)
Public Function ProcessReading (Reading As HumanPresenceSensorReading) As HumanPresenceSensorReadingUpdate
Parameters
- Reading
- HumanPresenceSensorReading
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.