openPDC Synchrophasor Help
ConfigurationFrameParsingState Constructor (parsedBinaryLength, configurationFileName, createNewCellFunction)
NamespacesTVA.PhasorProtocols.BpaPdcStreamConfigurationFrameParsingStateConfigurationFrameParsingState(Int32, String, CreateNewCellFunction<(Of <<'(IConfigurationCell>)>>))
Creates a new ConfigurationFrameParsingState from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
public ConfigurationFrameParsingState(
	int parsedBinaryLength,
	string configurationFileName,
	CreateNewCellFunction<IConfigurationCell> createNewCellFunction
)
Public Sub New ( _
	parsedBinaryLength As Integer, _
	configurationFileName As String, _
	createNewCellFunction As CreateNewCellFunction(Of IConfigurationCell) _
)
public:
ConfigurationFrameParsingState(
	int parsedBinaryLength, 
	String^ configurationFileName, 
	CreateNewCellFunction<IConfigurationCell^>^ createNewCellFunction
)
Parameters
parsedBinaryLength (Int32)
Binary length of the ConfigurationFrame being parsed.
configurationFileName (String)
The required external BPA PDCstream INI based configuration file.
createNewCellFunction (CreateNewCellFunction<(Of <(<'IConfigurationCell>)>)>)
Reference to delegate to create new ConfigurationCell instances.

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