UsbSabertoothShutDown Method SyRen/Sabertooth Library for .NET
Shuts down an output.

Namespace: DimensionEngineering
Assembly: DimensionEngineering.Sabertooth (in DimensionEngineering.Sabertooth.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax

public void ShutDown(
	char type,
	int number,
	bool value
)

Parameters

type
Type: SystemChar
The type of output to shut down. This can be 'M' (motor output) or 'P' (power output).
number
Type: SystemInt32
The number of the output, 1 or 2. You can also use a character, such as '3', to select by Plain Text Serial address.
value
Type: SystemBoolean
true sets the shutdown. false clears the shutdown.
See Also

Reference