Click or drag to resize

BinaryImageBaseGenerateFooterImage Method

Generates the binary footer image and copies it into the given buffer, for FooterLength bytes.

Namespace: GSF.Parsing
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
protected virtual int GenerateFooterImage(
	byte[] buffer,
	int startIndex
)
View Source

Parameters

buffer  Byte
Buffer used to hold generated binary image of the source object.
startIndex  Int32
0-based starting index in the buffer to start writing.

Return Value

Int32
The number of bytes written to the buffer.
Remarks
This method is typically overridden by a specific protocol implementation.
See Also