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

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