Click or drag to resize

ChannelFrameBaseT(UInt16, IChannelCellCollectionT, Ticks) Constructor

Creates a new ChannelFrameBaseT from specified parameters.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected ChannelFrameBase(
	ushort idCode,
	IChannelCellCollection<T> cells,
	Ticks timestamp
)
View Source

Parameters

idCode  UInt16
The ID code of this ChannelFrameBaseT.
cells  IChannelCellCollectionT
The reference to the collection of cells for this ChannelFrameBaseT.
timestamp  Ticks
The exact timestamp, in Ticks, of the data represented by this ChannelFrameBaseT.
See Also