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