DOFTypeContextmarshal Method (DOFType, DOFPacket)OpenDOF Object Access Library
Write a reference to the specified type into a packet.

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

C#
public void marshal(
	DOFType type,
	DOFPacket packet
)

Parameters

type
Type: org.opendof.core.oalDOFType
The type to write the reference to. The type is added to the context.
packet
Type: org.opendof.core.oalDOFPacket
The packet that the reference is written to.
Exceptions

ExceptionCondition
DOFMarshalExceptionThrown if a failure occurs writing the reference.
DOFMarshalException
Remarks

Write a reference to the specified type into a packet.
See Also

Reference