DOFInterfaceItemmarshal Method OpenDOF Object Access Library
Marshal the binary representation of this item into the specified buffer beginning at the specified offset.

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 that all types should be written with.
packet
Type: org.opendof.core.oalDOFPacket
The packet to write into.
Exceptions

ExceptionCondition
DOFMarshalExceptionIf marshaling fails.
DOFMarshalException
Remarks

Marshal the binary representation of this item into the specified buffer beginning at the specified offset. Return the position of the next available byte in the buffer.
See Also

Reference