protected ChannelDefinitionBase(
IConfigurationCell parent,
string label,
uint scale,
double offset
)
Protected Sub New (
parent As IConfigurationCell,
label As String,
scale As UInteger,
offset As Double
)
protected:
ChannelDefinitionBase(
IConfigurationCell^ parent,
String^ label,
unsigned int scale,
double offset
)
Gemstone.PhasorProtocols.ChannelDefinitionBase = function(parent, label, scale, offset);