Click or drag to resize

ITControllerConfigInterface Interface

Defines an object that allows the user to set option used by ITemperatureController plugins to connect to the controller.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public interface ITControllerConfigInterface

The ITControllerConfigInterface type exposes the following members.

Methods
 NameDescription
Public methodGetConfig Returns the options set by the user.
Top
Remarks
The object usually is a Windows Forms control, that is shown to the user in the temperature controller connection dialog. The settings setup by the user should be returned in the GetConfig function and interpreted the be TryConnect(DictionaryString, String) function.
See Also