Create an object identifier instance from serial form.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
protected DOFObjectID( BufferedPacket packet )
Parameters
- packet
- Type: BufferedPacket
The buffer which contains the serialized form of the object. Must not be null.
Remarks
See Also