Create one of the following connections related to this server.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFConnection createConnection( DOFConnectionConfig config )
Parameters
- config
- Type: org.opendof.core.oalDOFConnectionConfig
The configuration options of the connection. Must not be null.
Return Value
Type: DOFConnectionThe new DOFConnection.
Remarks
- Unsecure multicast group (see Type.DATAGRAM ).
- Secure multicast group (see Type.GROUP ).
- Secure unicast group (see Type.HUB ). For creating a Type.POINT , see DOFConnection.createConnection(Config) .
See Also
Reference
Type.DATAGRAM_STATELESS
Type.GROUP
Type.HUB