Click or drag to resize

FrameImageCollectorAppendFrameImage Method

Appends the current frame image to the frame image collection.

Namespace: GSF.PhasorProtocols.IEEE1344
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public void AppendFrameImage(
	byte[] buffer,
	int offset,
	int length
)
View Source

Parameters

buffer  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 buffer.
See Also