DOFServercreateServer Method OpenDOF Object Access Library
Create a server related to this server.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public DOFServer createServer(
	DOFServerConfig config
)

Parameters

config
Type: org.opendof.core.oalDOFServerConfig
The configuration options of the server. Must not be null.

Return Value

Type: DOFServer
The new DOFServer.
Remarks

Create a server related to this server. This is normally only used in relation to the following connection types:
  1. Unsecure multicast group (see Type.DATAGRAM ).
  2. Secure multicast group (see Type.GROUP ).
See the respective type for instructions to properly create the connection including setting up server(s).
See Also

Reference