 | ITemperatureControllerTryConnect Method |
Connect to the controller using the supplied options.
Namespace: CompreDriveSDK.PluginsAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxbool TryConnect(
Dictionary<string, string> Options
)
Function TryConnect (
Options As Dictionary(Of String, String)
) As Boolean
Parameters
- Options DictionaryString, String
- The options are provided through the GetConfigInterface user interface.
Return Value
BooleanTrue if the connection was established, false if not.
See Also