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
Exception | Condition |
---|---|
DOFMarshalException | Thrown if the value cannot be marshalled. |
DOFErrorException | Thrown if there were type compatibility problems. |
DOFMarshalException | |
DOFErrorException |
Remarks
See Also