Click or drag to resize

EndianOrderCopyBuffer Method

Note: This API is now obsolete.

Copies a buffer in the target endian-order of this EndianOrder representation.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.256-beta+0e7e94d39a9b10efe7e26e3b8d5130afc0dd4d74
Syntax
[ObsoleteAttribute("This method may be removed from future builds", 
	false)]
public void CopyBuffer(
	byte[] sourceBuffer,
	int sourceIndex,
	byte[] destinationBuffer,
	int destinationIndex,
	int length
)
View Source

Parameters

sourceBuffer  Byte
The source buffer.
sourceIndex  Int32
The byte offset into sourceBuffer.
destinationBuffer  Byte
The destination buffer.
destinationIndex  Int32
The byte offset into destinationBuffer.
length  Int32
The number of bytes to copy.
See Also