DOFStategetProtocolFactory Method OpenDOF Object Access Library
Gets the protocol factory in use by the DOF.

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

C#
DOFProtocolFactory getProtocolFactory()

Return Value

Type: DOFProtocolFactory
The protocol factory.
Remarks

Gets the protocol factory in use by the DOF. This value may change through use of DOF.setProtocolFactory(DOFProtocolFactory) .
See Also

Reference

Builder.setProtocolFactory(DOFProtocolFactory)