Click or drag to resize

ITemperatureControllerTryConnect Method

Connect to the controller using the supplied options.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
bool TryConnect(
	Dictionary<string, string> Options
)

Parameters

Options  DictionaryString, String
The options are provided through the GetConfigInterface user interface.

Return Value

Boolean
True if the connection was established, false if not.
See Also