DOFInterfaceIDmarshal Method OpenDOF Object Access Library
Write the value of the IID as a DOFValue.

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 for compatibility checking.
packet
Type: org.opendof.core.oalDOFPacket
The packet to write the value to.

Implements

DOFValuemarshal(DOFType, DOFPacket)
Exceptions

ExceptionCondition
DOFMarshalExceptionThrown if the value cannot be marshalled.
DOFErrorExceptionThrown if there were type compatibility problems.
DOFMarshalException
DOFErrorException
Remarks

Write the value of the IID as a DOFValue.
See Also

Reference