|
ChannelDefinitionBase(IConfigurationCell, String, UInt32, Double) Constructor
|
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxprotected 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
)
new :
parent : IConfigurationCell *
label : string *
scale : uint32 *
offset : float -> ChannelDefinitionBase
GSF.PhasorProtocols.ChannelDefinitionBase = function(parent, label, scale, offset);
View SourceParameters
- parent IConfigurationCell
- The IConfigurationCell parent of this ChannelDefinitionBase.
- label String
- The label of this ChannelDefinitionBase.
- scale UInt32
- The integer scaling value of this ChannelDefinitionBase.
- offset Double
- The offset of this ChannelDefinitionBase.
See Also