openPDC Synchrophasor Help
ConfigurationFrame Constructor (idCode, timestamp, frameRate)
NamespacesTVA.PhasorProtocols.Ieee1344ConfigurationFrameConfigurationFrame(UInt64, Ticks, UInt16)
Creates a new ConfigurationFrame from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
public ConfigurationFrame(
	ulong idCode,
	Ticks timestamp,
	ushort frameRate
)
Public Sub New ( _
	idCode As ULong, _
	timestamp As Ticks, _
	frameRate As UShort _
)
public:
ConfigurationFrame(
	unsigned long long idCode, 
	Ticks timestamp, 
	unsigned short frameRate
)
Parameters
idCode (UInt64)
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.
Remarks
This constructor is used by a consumer to generate an IEEE 1344 configuration frame.

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