Dynaview connect Method The Dynaview Modbus .dll API documentation

[This is preliminary documentation and is subject to change.]

Actually makes the connection with the server.

Namespace: DynaviewModbus
Assembly: DynaviewModbus (in DynaviewModbus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public bool connect()
Dim instance As Dynaview 
Dim returnValue As Boolean 

returnValue = instance.connect()

Return Value

True if OK, False on error.
Remarks

The constructor only sets some parameters, this function does all the work.
See Also