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 DOFConnectionConfigBuilder setAddress( DOFAddress target )
Parameters
- target
- Type: org.opendof.core.oalDOFAddress
The target address of the connection. Must not be null.
Return Value
Type: DOFConnectionConfigBuilderThe builder.
Remarks
See Also