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

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