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#
protected BuilderUnsecure( DOFConnectionType type, DOFAddress target )
Parameters
- type
- Type: org.opendof.core.oalDOFConnectionType
The connection type. - target
- Type: org.opendof.core.oalDOFAddress
The address to connect to. Must not be null.
Remarks
See Also