DOFConfigBuildersetProtocolFactory Method OpenDOF Object Access Library
Sets the DOFProtocolFactory . Defining and using protocol factories is a very advanced use case. You should not change the default value for this parameter without a detailed knowledge of DOF protocol specifications.

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

C#
public DOFConfigBuilder setProtocolFactory(
	DOFProtocolFactory protocolFactory
)

Parameters

protocolFactory
Type: org.opendof.core.oalDOFProtocolFactory
The protocol factory. This must not be null.

Return Value

Type: DOFConfigBuilder
The Builder, set to use the new protocol factory.
See Also

Reference