openPDC Synchrophasor Help
DataFrameParsingState Constructor (parsedBinaryLength, configurationFrame, createNewCellFunction)
NamespacesTVA.PhasorProtocols.BpaPdcStreamDataFrameParsingStateDataFrameParsingState(Int32, IConfigurationFrame, CreateNewCellFunction<(Of <<'(IDataCell>)>>))
Creates a new DataFrameParsingState from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
public DataFrameParsingState(
	int parsedBinaryLength,
	IConfigurationFrame configurationFrame,
	CreateNewCellFunction<IDataCell> createNewCellFunction
)
Public Sub New ( _
	parsedBinaryLength As Integer, _
	configurationFrame As IConfigurationFrame, _
	createNewCellFunction As CreateNewCellFunction(Of IDataCell) _
)
public:
DataFrameParsingState(
	int parsedBinaryLength, 
	IConfigurationFrame^ configurationFrame, 
	CreateNewCellFunction<IDataCell^>^ createNewCellFunction
)
Parameters
parsedBinaryLength (Int32)
Binary length of the IDataFrame being parsed.
configurationFrame (IConfigurationFrame)
Reference to the IConfigurationFrame associated with the IDataFrame being parsed.
createNewCellFunction (CreateNewCellFunction<(Of <(<'IDataCell>)>)>)
Reference to delegate to create new IDataCell instances.

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