DOFConnectionConfigBuilderAS Constructor OpenDOF Object Access Library
Construct a new builder based on a type and address.

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

C#
public BuilderAS(
	DOFAddress target
)

Parameters

target
Type: org.opendof.core.oalDOFAddress
The address to connect to. Must not be null.
Remarks

Construct a new builder based on a type and address. The connection type defaults to Type.STREAM . The security desire defaults to SecurityDesire.ANY .
See Also

Reference