DOFConnectionConfigBuilderPointsetAddress Method OpenDOF Object Access Library
Set the target address of the connection.

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

C#
public DOFConnectionConfigBuilderPoint setAddress(
	DOFGroupAddress groupAddress
)

Parameters

groupAddress
Type: org.opendof.core.oalDOFGroupAddress
The target address of the connection. Must not be null.

Return Value

Type: DOFConnectionConfigBuilderPoint
The builder.
Remarks

Set the target address of the connection.
See Also

Reference