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.12.0.0
Syntax 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