DOFPacketcreate Method (Byte)OpenDOF Object Access Library
Constructs a DOFPacket instance from a source byte array.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public static DOFPacket create(
	byte[] array
)

Parameters

array
Type: SystemByte
The source byte array which will be copied to the packet. This may be null, in which case an empty packet will be created.

Return Value

Type: DOFPacket
a new instance of DOFPacket.
Remarks

Constructs a DOFPacket instance from a source byte array.
See Also

Reference