DOFServerConfigBuilderUnsecureMulticast Constructor OpenDOF Object Access Library
Create a simple, unsecure server on the target address.

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

C#
public BuilderUnsecureMulticast(
	DOFAddress listenMcastAddress
)

Parameters

listenMcastAddress
Type: org.opendof.core.oalDOFAddress
The listening multicast address of the server. Null is not allowed.
Remarks

Create a simple, unsecure server on the target address.
See Also

Reference