forwardSendingBytes Methods   Table of ContentToBytes Method forward
SendingBytes.CopyFrom Method
Copies from a managed array starting from the given index.

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
public void CopyFrom(
	byte[] source,
	int len,
	int offset
)

Parameters

source
Type: System.Byte[]
Source array.
len
Type: System.Int32
Bytes count.
offset
Type: System.Int32
Offset in destination array.
See Also