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: DOFServerThe new DOFServer.
Remarks
- Unsecure multicast group (see Type.DATAGRAM ).
- Secure multicast group (see Type.GROUP ).
See Also