Click or drag to resize

ConfigurationFrameBase(UInt16, ConfigurationCellCollection, Ticks, UInt16) Constructor

Creates a new ConfigurationFrameBase from specified parameters.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected ConfigurationFrameBase(
	ushort idCode,
	ConfigurationCellCollection cells,
	Ticks timestamp,
	ushort frameRate
)
View Source

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.
See Also