Constructs a Target instance.
            
    Namespace: 
   Quanser.TargetsAssembly: Quanser.Targets (in Quanser.Targets.dll)
 Syntax
Syntax
| Visual Basic (Declaration) | 
|---|
| Public Sub New | 
| C# | 
|---|
| public Target() | 
| Visual C++ | 
|---|
| public: Target() | 
| JavaScript | 
|---|
| Quanser.Targets.Target = function(); | 
 Remarks
Remarks
Before the Target instance may be used, the Connect(String, Int32, Int32) method must be called to connect to the target.
 
     
     
     
     
    