DOFSystemConfigBuilderUnsecuresetReceiveFilter Method OpenDOF Object Access Library
Set the receive filter of the system.

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

C#
public DOFSystemConfigBuilderUnsecure setReceiveFilter(
	DOFOperationFilter receiveFilter
)

Parameters

receiveFilter
Type: org.opendof.core.oalDOFOperationFilter
The system's receive filter.
null
means none.

Return Value

Type: DOFSystemConfigBuilderUnsecure
The builder.
Remarks

Set the receive filter of the system.
See Also

Reference