openPDC Synchrophasor Help
DataFrame Constructor (timestamp, configurationFrame, sampleIndex)
NamespacesTVA.PhasorProtocols.FNetDataFrameDataFrame(Ticks, ConfigurationFrame, Int16)
Creates a new DataFrame from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
public DataFrame(
	Ticks timestamp,
	ConfigurationFrame configurationFrame,
	short sampleIndex
)
Public Sub New ( _
	timestamp As Ticks, _
	configurationFrame As ConfigurationFrame, _
	sampleIndex As Short _
)
public:
DataFrame(
	Ticks timestamp, 
	ConfigurationFrame^ configurationFrame, 
	short sampleIndex
)
Parameters
timestamp (Ticks)
The exact timestamp, in Ticks, of the data represented by this DataFrame.
configurationFrame (ConfigurationFrame)
The ConfigurationFrame associated with this DataFrame.
sampleIndex (Int16)
The sample index of this DataFrame.
Remarks
This constructor is used by a consumer to generate a F-NET data frame.

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