ActiveSensor.SwitchOff(SensorPort) Method

Definition

Switches a sensor off.

public void SwitchOff (Iot.Device.BuildHat.Models.SensorPort port);
member this.SwitchOff : Iot.Device.BuildHat.Models.SensorPort -> unit
Public Sub SwitchOff (port As SensorPort)

Parameters

port
SensorPort

Remarks

In case of a motor, this will switch off the motor.

Applies to