openPDC Synchrophasor Help
ConfigurationFrameBase Constructor (idCode, cells, timestamp, frameRate)
NamespacesTVA.PhasorProtocolsConfigurationFrameBaseConfigurationFrameBase(UInt16, ConfigurationCellCollection, Ticks, UInt16)
Creates a new ConfigurationFrameBase from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
protected ConfigurationFrameBase(
	ushort idCode,
	ConfigurationCellCollection cells,
	Ticks timestamp,
	ushort frameRate
)
Protected Sub New ( _
	idCode As UShort, _
	cells As ConfigurationCellCollection, _
	timestamp As Ticks, _
	frameRate As UShort _
)
protected:
ConfigurationFrameBase(
	unsigned short idCode, 
	ConfigurationCellCollection^ cells, 
	Ticks timestamp, 
	unsigned short frameRate
)
Parameters
idCode (UInt16)
The ID code of this ConfigurationFrameBase.
cells (ConfigurationCellCollection)
The reference to the collection of cells for this ConfigurationFrameBase.
timestamp (Ticks)
The exact timestamp, in Ticks, of the data represented by this ConfigurationFrameBase.
frameRate (UInt16)
The defined frame rate of this ConfigurationFrameBase.

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