DOFConnectionConfigBuilderUnsecureMulticast Constructor OpenDOF Object Access Library
Construct a new builder based on a multicast address.

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

C#
public BuilderUnsecureMulticast(
	DOFAddress mcastAddress
)

Parameters

mcastAddress
Type: org.opendof.core.oalDOFAddress
The address to connect to. Must not be null.
Remarks

Construct a new builder based on a multicast address.
See Also

Reference