DOFArrayType Constructor (DOFTypeContext, DOFPacket)OpenDOF Object Access Library
Construct a type from the data read from the wire.

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

C#
public Type(
	DOFTypeContext context,
	DOFPacket packet
)

Parameters

context
Type: org.opendof.core.oalDOFTypeContext
The context for reference types.
packet
Type: org.opendof.core.oalDOFPacket
See Also

Reference