 | ITControllerConfigInterface Interface |
Defines an object that allows the user to set option used by
ITemperatureController plugins to connect to the controller.
Namespace: CompreDriveSDK.PluginsAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxpublic interface ITControllerConfigInterface
Public Interface ITControllerConfigInterface
The ITControllerConfigInterface type exposes the following members.
Methods | Name | Description |
---|
 | GetConfig |
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