Constructs a Target instance.

Namespace:  Quanser.Targets
Assembly:  Quanser.Targets (in Quanser.Targets.dll)

Syntax

Visual Basic (Declaration)
Public Sub New
C#
public Target()
Visual C++
public:
Target()
JavaScript
Quanser.Targets.Target = function();

Remarks

Before the Target instance may be used, the Connect(String, Int32, Int32) method must be called to connect to the target.

See Also