DOFServerConfigBuilderUnsecureMulticastcreateServer Method (DOF, DOFAddress)OpenDOF Object Access Library
This is a convenience method for creating the server with the implied Config . This is the server only. This server will not source requests to other nodes. For that, see BuilderUnsecureMulticast .

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

C#
public DOFServer createServer(
	DOF dof,
	DOFAddress ucastAddress
)

Parameters

dof
Type: org.opendof.core.oalDOF
The DOF to use to create the server.
ucastAddress
Type: org.opendof.core.oalDOFAddress
The server address of the hub. Usually, you will use this:
InetTransport.createAddress("0.0.0.0", 0)

Return Value

Type: DOFServer
A DOFServer using the builder's parameters.
See Also

Reference

BuilderUnsecureMulticast.createConnection(DOF)
BuilderUnsecureMulticast.createPeerConnection(DOF, DOFAddress, DOFAddress)