DOFOperationControlsetFloodAllowed Method OpenDOF Object Access Library
Set whether or not unicast requests (requests made on an object with a specific object ID, not
DOFObjectID.BROADCAST
) can be broadcast when there is no known route to a provider.

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

C#
public void setFloodAllowed(
	bool isAllowBroadcast
)

Parameters

isAllowBroadcast
Type: SystemBoolean
Whether or not unicast requests can be broadcast when there is no known route to a provider. The default is true.
Remarks

Set whether or not unicast requests (requests made on an object with a specific object ID, not
DOFObjectID.BROADCAST
) can be broadcast when there is no known route to a provider.
See Also

Reference