Click or drag to resize

FrequencyDefinitionParseBodyImage Method

Parses the binary body image.

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

Parameters

buffer
Type: SystemByte
Binary image to parse.
startIndex
Type: SystemInt32
Start index into buffer to begin parsing.
length
Type: SystemInt32
Length of valid data within buffer.

Return Value

Type: Int32
The length of the data that was parsed.
Remarks
The base implementation assumes that all channel definitions begin with a label as this is the general case, override functionality if this is not the case.
See Also