Click or drag to resize

DataFrameParseBinaryImage Method

Parses the binary image.

Namespace: GSF.PhasorProtocols.IEC61850_90_5
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public override int ParseBinaryImage(
	byte[] buffer,
	int startIndex,
	int length
)
View Source

Parameters

buffer  Byte
Binary image to parse.
startIndex  Int32
Start index into buffer to begin parsing.
length  Int32
Length of valid data within buffer.

Return Value

Int32
The length of the data that was parsed.

Implements

ISupportBinaryImageParseBinaryImage(Byte, Int32, Int32)
ISupportBinaryImageParseBinaryImage(Byte, Int32, Int32)
ISupportBinaryImageParseBinaryImage(Byte, Int32, Int32)
ISupportBinaryImageParseBinaryImage(Byte, Int32, Int32)
See Also