Creates a new ChannelFrameBase<(Of <(<'T>)>)> from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual 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>)>)>.