Define the ending point of the data associated with a type.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
protected void startLength( DOFPacket packet )
Parameters
- packet
- Type: org.opendof.core.oalDOFPacket
The buffer the type is being written to.
Exceptions
Exception | Condition |
---|---|
DOFMarshalException | Thrown if there are problems with the buffer. |
DOFMarshalException |
Remarks
See Also