DOFsetProtocolFactory Method OpenDOF Object Access Library
Changes the protocol factory.

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

C#
public void setProtocolFactory(
	DOFProtocolFactory factory
)

Parameters

factory
Type: org.opendof.core.oalDOFProtocolFactory
The protocol factory. Must not be null.
Remarks

Changes the protocol factory. The protocol factory is originally set by using the default configuration or the Builder.setProtocolFactory(DOFProtocolFactory) method. Use this method to change the original value. See the Builder method for more information.
See Also

Reference