Appends the current frame image to the frame image collection.
Declaration Syntax
public void AppendFrameImage(
byte[] binaryImage,
int offset,
int length
)
Public Sub AppendFrameImage ( _
binaryImage As Byte(), _
offset As Integer, _
length As Integer _
)
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