openPDC Synchrophasor Help
CopyImage Method (channel, destination, index)
NamespacesTVA.PhasorProtocolsCommonCopyImage(ISupportBinaryImage, array<Byte>[]()[][], Int32%)
This is a common optimized block copy function for any kind of data.
Declaration Syntax
C#Visual BasicVisual C++
public static void CopyImage(
	this ISupportBinaryImage channel,
	byte[] destination,
	ref int index
)
<ExtensionAttribute> _
Public Shared Sub CopyImage ( _
	channel As ISupportBinaryImage, _
	destination As Byte(), _
	ByRef index As Integer _
)
[ExtensionAttribute]
public:
static void CopyImage(
	ISupportBinaryImage^ channel, 
	array<unsigned char>^ destination, 
	int% index
)
Parameters
channel (ISupportBinaryImage)
Source channel with BinaryImage data to copy.
destination (array<Byte>[]()[][])
Destination buffer to hold copied buffer data.
index (Int32%)
Index into destination buffer to begin copy. Index is automatically incremented by BinaryLength()()()().
Remarks
This function automatically advances index for convenience.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0