openPDC Synchrophasor Help
DataFrameBase Constructor (cells, timestamp, configurationFrame)
NamespacesTVA.PhasorProtocolsDataFrameBaseDataFrameBase(DataCellCollection, Ticks, IConfigurationFrame)
Creates a new DataFrameBase from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
protected DataFrameBase(
	DataCellCollection cells,
	Ticks timestamp,
	IConfigurationFrame configurationFrame
)
Protected Sub New ( _
	cells As DataCellCollection, _
	timestamp As Ticks, _
	configurationFrame As IConfigurationFrame _
)
protected:
DataFrameBase(
	DataCellCollection^ cells, 
	Ticks timestamp, 
	IConfigurationFrame^ configurationFrame
)
Parameters
cells (DataCellCollection)
The reference to the collection of cells for this DataFrameBase.
timestamp (Ticks)
The exact timestamp, in Ticks, of the data represented by this DataFrameBase.
configurationFrame (IConfigurationFrame)
The IConfigurationFrame associated with this DataFrameBase.

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