Click or drag to resize

FrameImageParserBaseTTypeIdentifier, TOutputTypeParseFrame Method

Output type specific frame parsing algorithm.

Namespace: GSF.Parsing
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
protected override int ParseFrame(
	byte[] buffer,
	int offset,
	int length
)
View Source

Parameters

buffer  Byte
Buffer containing data to parse.
offset  Int32
Offset index into buffer that represents where to start parsing.
length  Int32
Maximum length of valid data from offset.

Return Value

Int32
The length of the data that was parsed.
See Also