Initializes a new instance of the Qwerk..::.Servos class.

Namespace:  AForge.Robotics.TeRK
Assembly:  AForge.Robotics.TeRK (in AForge.Robotics.TeRK.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public Servos(
	Qwerk qwerk
)

Parameters

qwerk
Type: AForge.Robotics.TeRK..::.Qwerk
Reference to Qwerk object, which is connected to Qwerk board.

Exceptions

ExceptionCondition
AForge..::.NotConnectedExceptionThe passed reference to Qwerk object is not connected to Qwerk board.
AForge..::.ConnectionFailedExceptionFailed connecting to the requested service.
AForge.Robotics.TeRK..::.ServiceAccessFailedExceptionFailed accessing to the requested service.

See Also