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
See Also