Dynaview Constructor The Dynaview Modbus .dll API documentation

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

Constructor for class

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

public Dynaview(
	string address,
	uint port
)
Dim address As String 
Dim port As UInteger 

Dim instance As New Dynaview(address, _
	port)

Parameters

address
Type: System String
Network address of Dynaview server
port
Type: System UInt32
Network port to use
Remarks

This only sets up the parameters, connect(...) does all the work
See Also