DOFConnectionConfigBuilderUnsecureStream Constructor OpenDOF Object Access Library
Construct a new builder based on an address.

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

C#
public BuilderUnsecureStream(
	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 an address.
See Also

Reference