DOFDefaultProtocolFactory ClassOpenDOF Object Access Library
The default protocol factory implements DOFProtocolFactory and is the factory that is used unless you create your own. Defining and using protocol factories is a very advanced use case. You should not change the default factory without a detailed knowledge of DOF protocol specifications.
Inheritance Hierarchy

SystemObject
  org.opendof.core.oalDOFDefaultProtocolFactory

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

C#
[SerializableAttribute]
public class DefaultProtocolFactory : DOFProtocolFactory, 
	DOFImmutable

The DOFDefaultProtocolFactory type exposes the following members.

Constructors

  NameDescription
Public methodDOFDefaultProtocolFactory
Constructs a default protocol factory.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodgetApplication
Public methodgetAppVersions
Public methodgetDefaultENP
Public methodgetDefaultEPP
Public methodgetENPInstance
Public methodgetENPVersions
Public methodgetEPPInstance
Public methodgetEPPVersions
Public methodgetESPInstance
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodgetSecurityMode(Int16)
Public methodgetSecurityMode(Int16, DOFMarshalContext, Object, DOFPacket)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference

Builder.setProtocolFactory(DOFProtocolFactory)