openPDC Synchrophasor Help
ConfigurationFrameParsingState Constructor (parsedBinaryLength, headerFrame, createNewCellFunction)
NamespacesTVA.PhasorProtocols.MacrodyneConfigurationFrameParsingStateConfigurationFrameParsingState(Int32, HeaderFrame, CreateNewCellFunction<(Of <<'(IConfigurationCell>)>>))
Creates a new ConfigurationFrameParsingState from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
public ConfigurationFrameParsingState(
	int parsedBinaryLength,
	HeaderFrame headerFrame,
	CreateNewCellFunction<IConfigurationCell> createNewCellFunction
)
Public Sub New ( _
	parsedBinaryLength As Integer, _
	headerFrame As HeaderFrame, _
	createNewCellFunction As CreateNewCellFunction(Of IConfigurationCell) _
)
public:
ConfigurationFrameParsingState(
	int parsedBinaryLength, 
	HeaderFrame^ headerFrame, 
	CreateNewCellFunction<IConfigurationCell^>^ createNewCellFunction
)
Parameters
parsedBinaryLength (Int32)
Binary length of the ConfigurationFrame being parsed.
headerFrame (HeaderFrame)
Previously parsed header frame that contains needed station name.
createNewCellFunction (CreateNewCellFunction<(Of <(<'IConfigurationCell>)>)>)
Reference to delegate to create new ConfigurationCell instances.

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