Click or drag to resize

FrameParserParseFrame Method

Output type specific frame parsing algorithm.

Namespace:  GSF.PhasorProtocols.IEEEC37_118
Assembly:  GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.3.405-beta
Syntax
protected override int ParseFrame(
	byte[] buffer,
	int offset,
	int length
)
Request Example View Source

Parameters

buffer
Type: SystemByte
Buffer containing data to parse.
offset
Type: SystemInt32
Offset index into buffer that represents where to start parsing.
length
Type: SystemInt32
Maximum length of valid data from offset.

Return Value

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