This interface is called by the QUARC Target API to download the next chunk of code.

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

Syntax

Visual Basic (Declaration)
Public Interface IDownload
C#
public interface IDownload
Visual C++
public interface class IDownload
JavaScript
Quanser.Targets.IDownload = function();
Quanser.Targets.IDownload.createInterface('Quanser.Targets.IDownload');

See Also