protected ConfigurationFrameBase(
ushort idCode,
ConfigurationCellCollection cells,
Ticks timestamp,
ushort frameRate
)
Protected Sub New (
idCode As UShort,
cells As ConfigurationCellCollection,
timestamp As Ticks,
frameRate As UShort
)
protected:
ConfigurationFrameBase(
unsigned short idCode,
ConfigurationCellCollection^ cells,
Ticks timestamp,
unsigned short frameRate
)
Gemstone.PhasorProtocols.ConfigurationFrameBase = function(idCode, cells, timestamp, frameRate);