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
)
Gemstone.PhasorProtocols.ChannelFrameBase = function(idCode, cells, timestamp);