Create a connection configuration for a given address.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFConnectionConfig createConnectionConfig( DOFAddress addr )
Parameters
- addr
- Type: org.opendof.core.oalDOFAddress
The address to use to create the config. Must not be null.
Return Value
Type: DOFConnectionConfigThe connection configuration for the given address.
Remarks
See Also