DOFPacketputBytes Method OpenDOF Object Access Library
Copies a portion of a byte array to the packet.

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

C#
public virtual void putBytes(
	byte[] array,
	int offset,
	int length
)

Parameters

array
Type: SystemByte
The source byte array, from which bytes will be copied to the packet.
offset
Type: SystemInt32
The offset into array, from which to start copying bytes to the packet.
length
Type: SystemInt32
The number of bytes to copy from array to the packet.
Remarks

Copies a portion of a byte array to the packet. Subsequent calls will append to the packet.
See Also

Reference