DOFServerConfigcreateConnectionConfig Method OpenDOF Object Access Library
Create a connection configuration for a given address.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public DOFConnectionConfig createConnectionConfig(
	DOFAddress addr
)

Parameters

addr
Type: org.opendof.core.oalDOFAddress
The address to use to create the config. Must not be null.

Return Value

Type: DOFConnectionConfig
The connection configuration for the given address.
Remarks

Create a connection configuration for a given address.
See Also

Reference