DOFProtocolFactorygetEPPInstance Method OpenDOF Object Access Library
Get an DPP instance for a given DPP version.

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

C#
DPP getEPPInstance(
	byte version
)

Parameters

version
Type: SystemByte
The version.

Return Value

Type: DPP
The desired version's DPP instance.
Remarks

Get an DPP instance for a given DPP version.
See Also

Reference