Click or drag to resize

ChannelFrameBase<T> (UInt16, IChannelCellCollection<T> , Ticks) Constructor

Creates a new ChannelFrameBase<T> from specified parameters.

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

Parameters

idCode  UInt16
The ID code of this ChannelFrameBase<T>.
cells  IChannelCellCollection<T>
The reference to the collection of cells for this ChannelFrameBase<T>.
timestamp  Ticks
The exact timestamp, in Ticks, of the data represented by this ChannelFrameBase<T>.
See Also