DOFInterfaceIDType Constructor OpenDOF Object Access Library
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

ExceptionCondition
DOFMarshalExceptionAny exception caused during read.
DOFMarshalException
Remarks

Construct a type from the data read from the wire.
See Also

Reference