openPDC Synchrophasor Help
ChannelFrameBase<(Of <(<'T>)>)> Constructor (idCode, cells, timestamp)
NamespacesTVA.PhasorProtocolsChannelFrameBase<(Of <(<'T>)>)>ChannelFrameBase<(Of <(<'T>)>)>(UInt16, IChannelCellCollection<(Of <<'(T>)>>), Ticks)
Creates a new ChannelFrameBase<(Of <(<'T>)>)> from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
protected ChannelFrameBase(
	ushort idCode,
	IChannelCellCollection<T> cells,
	Ticks timestamp
)
Protected Sub New ( _
	idCode As UShort, _
	cells As IChannelCellCollection(Of T), _
	timestamp As Ticks _
)
protected:
ChannelFrameBase(
	unsigned short idCode, 
	IChannelCellCollection<T>^ cells, 
	Ticks timestamp
)
Parameters
idCode (UInt16)
The ID code of this ChannelFrameBase<(Of <(<'T>)>)>.
cells (IChannelCellCollection<(Of <(<'T>)>)>)
The reference to the collection of cells for this ChannelFrameBase<(Of <(<'T>)>)>.
timestamp (Ticks)
The exact timestamp, in Ticks, of the data represented by this ChannelFrameBase<(Of <(<'T>)>)>.

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