openPDC Synchrophasor Help
ConfigurationFrame Constructor (idCode, timestamp, frameRate)
NamespacesTVA.PhasorProtocols.AnonymousConfigurationFrameConfigurationFrame(UInt16, Ticks, UInt16)
Creates a new ConfigurationFrame from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
public ConfigurationFrame(
	ushort idCode,
	Ticks timestamp,
	ushort frameRate
)
Public Sub New ( _
	idCode As UShort, _
	timestamp As Ticks, _
	frameRate As UShort _
)
public:
ConfigurationFrame(
	unsigned short idCode, 
	Ticks timestamp, 
	unsigned short frameRate
)
Parameters
idCode (UInt16)
The ID code of this ConfigurationFrame.
timestamp (Ticks)
The exact timestamp, in Ticks, of the data represented by this ConfigurationFrame.
frameRate (UInt16)
The defined frame rate of this ConfigurationFrame.

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