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

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