openPDC Synchrophasor Help
AppendFrameImage Method (binaryImage, offset, length)
NamespacesTVA.PhasorProtocols.Ieee1344FrameImageCollectorAppendFrameImage(array<Byte>[]()[][], Int32, Int32)
Appends the current frame image to the frame image collection.
Declaration Syntax
C#Visual BasicVisual C++
public void AppendFrameImage(
	byte[] binaryImage,
	int offset,
	int length
)
Public Sub AppendFrameImage ( _
	binaryImage As Byte(), _
	offset As Integer, _
	length As Integer _
)
public:
void AppendFrameImage(
	array<unsigned char>^ binaryImage, 
	int offset, 
	int length
)
Parameters
binaryImage (array<Byte>[]()[][])
A Byte array to append to the collection.
offset (Int32)
An Int32 value indicating the offset to read from.
length (Int32)
An Int32 value indicating the number of bytes to read from the binaryImage.

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