|
FrameImageCollectorAppendFrameImage Method
|
Appends the current frame image to the frame image collection.
Namespace: GSF.PhasorProtocols.IEEEC37_118Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public void AppendFrameImage(
byte[] buffer,
int offset,
int length
)
member AppendFrameImage :
buffer : byte[] *
offset : int *
length : int -> unit
function AppendFrameImage(buffer, offset, length);
View SourceParameters
- 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