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

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