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