openPDC Synchrophasor Help
ParseHeaderImage Method (binaryImage, startIndex, length)
NamespacesTVA.PhasorProtocols.IeeeC37_118ConfigurationCellParseHeaderImage(array<Byte>[]()[][], Int32, Int32)
Parses the binary header image.
Declaration Syntax
C#Visual BasicVisual C++
protected override int ParseHeaderImage(
	byte[] binaryImage,
	int startIndex,
	int length
)
Protected Overrides Function ParseHeaderImage ( _
	binaryImage As Byte(), _
	startIndex As Integer, _
	length As Integer _
) As Integer
protected:
virtual int ParseHeaderImage(
	array<unsigned char>^ binaryImage, 
	int startIndex, 
	int length
) override
Parameters
binaryImage (array<Byte>[]()[][])
Binary image to parse.
startIndex (Int32)
Start index into binaryImage to begin parsing.
length (Int32)
Length of valid data within binaryImage.
Return Value
The length of the data that was parsed.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0