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.275-beta+0199f33448f02143c26eb94d77293bb9443152f1
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