DOFTypemarshal Method (DOFTypeContext, DOFPacket)OpenDOF Object Access Library
Marshal, or output a binary representation of this type, into the specified packet.

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

C#
public virtual void marshal(
	DOFTypeContext context,
	DOFPacket packet
)

Parameters

context
Type: org.opendof.core.oalDOFTypeContext
The context for this set of related types.
packet
Type: org.opendof.core.oalDOFPacket
The packet to write the type to.
Exceptions

ExceptionCondition
DOFMarshalExceptionIf the type is not supported.
DOFMarshalException
Remarks

Marshal, or output a binary representation of this type, into the specified packet.
See Also

Reference