openPDC Synchrophasor Help
HeaderFrameParsingState Constructor (parsedBinaryLength, dataLength)
NamespacesTVA.PhasorProtocolsHeaderFrameParsingStateHeaderFrameParsingState(Int32, Int32)
Creates a new HeaderFrameParsingState from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
public HeaderFrameParsingState(
	int parsedBinaryLength,
	int dataLength
)
Public Sub New ( _
	parsedBinaryLength As Integer, _
	dataLength As Integer _
)
public:
HeaderFrameParsingState(
	int parsedBinaryLength, 
	int dataLength
)
Parameters
parsedBinaryLength (Int32)
Binary length of the IHeaderFrame being parsed.
dataLength (Int32)
Length of data in IHeaderFrame being parsed (i.e., number of cells).

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