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

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