Construct a type from the data read from the wire.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public Type( DOFPacket packet )
Parameters
- packet
- Type: org.opendof.core.oalDOFPacket
The source for the type.
Exceptions
Exception | Condition |
---|---|
DOFMarshalException | Any exception caused during read. |
DOFMarshalException |
Remarks
See Also