Share via


IHumanPresenceSensorExtension.Reset Method

Definition

Resets a HumanPresenceSensor stream if not responding correctly.

public:
 void Reset();
void Reset();
public void Reset();
function reset()
Public Sub Reset ()

Remarks

Any code required to reset the plugin should go here.

If Reset fails, the sensor stack will bypass the plugin for subsequent sensor readings. The plugin is considered in a bad state when three calls in a row to ProcessReading(Windows.Devices.Sensors.HumanPresenceSensorReading) result in a timeout.

Applies to

See also